diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-28 06:19:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-28 06:19:30 +0000 |
commit | 88f77a33ca76a2fbda8cef26eb7852fc243645f3 (patch) | |
tree | dbe2208589ad654b2fbbfadb3c1e55bdaba4b3b2 /math/PDL | |
parent | 755bb56bdf535b291446f90bf65c9f3b338104d1 (diff) | |
download | ports-88f77a33ca76a2fbda8cef26eb7852fc243645f3.tar.gz ports-88f77a33ca76a2fbda8cef26eb7852fc243645f3.zip |
Notes
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 92b71d917f16..2b1f59c70791 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) |