diff options
author | thierry <thierry@FreeBSD.org> | 2009-12-29 21:43:21 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2009-12-29 21:43:21 +0800 |
commit | 2d73858cf25ed86450a3e3faa8d66483c9d3588b (patch) | |
tree | f8dfc4dc29f73cfb13fdecbb8b43fbabeb5b5f38 /math/PDL | |
parent | 9e1cf2ef04377bb2b021af867f98e9d219010331 (diff) | |
download | freebsd-ports-gnome-2d73858cf25ed86450a3e3faa8d66483c9d3588b.tar.gz freebsd-ports-gnome-2d73858cf25ed86450a3e3faa8d66483c9d3588b.tar.zst freebsd-ports-gnome-2d73858cf25ed86450a3e3faa8d66483c9d3588b.zip |
Chase PLplot upgrade.
Diffstat (limited to 'math/PDL')
-rw-r--r-- | math/PDL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 981eae7845f7..cee82e46ddae 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -8,7 +8,7 @@ PORTNAME= PDL PORTVERSION= 2.4.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math perl5 MASTER_SITES= CPAN/${PORTNAME}:cpan \ SF/pdl/PDL/${PORTVERSION}:sf @@ -24,7 +24,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ ${SITE_PERL}/Astro/FITS/Header.pm:${PORTSDIR}/astro/p5-Astro-FITS-Header \ ${SITE_PERL}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ ${SITE_PERL}/Term/ReadLine/readline.pm:${PORTSDIR}/devel/p5-ReadLine-Perl -LIB_DEPENDS= plplotd.11:${PORTSDIR}/math/plplot \ +LIB_DEPENDS= plplotd.9:${PORTSDIR}/math/plplot \ fftw.2:${PORTSDIR}/math/fftw \ gsl.14:${PORTSDIR}/math/gsl RUN_DEPENDS= ${BUILD_DEPENDS} |