diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-28 14:19:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-28 14:19:30 +0800 |
commit | b4414ff0c0d531bd5fbf1926d82486e0efbf7328 (patch) | |
tree | 60880c7e1eb53d4e00f3a15ed6fca636885fa608 /math/PDL | |
parent | 374675967581ed51b274e22dfaf33f7b54b63d1b (diff) | |
download | freebsd-ports-graphics-b4414ff0c0d531bd5fbf1926d82486e0efbf7328.tar.gz freebsd-ports-graphics-b4414ff0c0d531bd5fbf1926d82486e0efbf7328.tar.zst freebsd-ports-graphics-b4414ff0c0d531bd5fbf1926d82486e0efbf7328.zip |
- Change BUILD_DEPENDS from graphics/pgperl to graphics/p5-PGPLOT
Diffstat (limited to 'math/PDL')
-rw-r--r-- | math/PDL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 92b71d917f1..2b1f59c7079 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -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) |