diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2009-12-29 13:43:21 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2009-12-29 13:43:21 +0000 |
commit | fe116b423c55e8d4fc3cb62ee7471d1bd2c75e6f (patch) | |
tree | 63e797b7dcdc9851a3d25f7dbf0b58bb8bd8bd40 /math/PDL | |
parent | 0242a387701d15bf1a13217dcfa3867f669d9fbc (diff) | |
download | ports-fe116b423c55e8d4fc3cb62ee7471d1bd2c75e6f.tar.gz ports-fe116b423c55e8d4fc3cb62ee7471d1bd2c75e6f.zip |
Notes
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} |