- Change BUILD_DEPENDS from graphics/pgperl to graphics/p5-PGPLOT

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-09-28 06:19:30 +00:00
parent 755bb56bdf
commit 88f77a33ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282549

View file

@ -46,7 +46,7 @@ OPTIONS= PGPLOT "Enable PDL::Graphics::PGPLOT" on \
.include <bsd.port.options.mk>
.if defined(WITH_PGPLOT)
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl
BUILD_DEPENDS+= p5-PGPLOT>=0:${PORTSDIR}/graphics/p5-PGPLOT
.endif
.if defined(WITH_PLPLOT)