diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-03-04 15:28:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-03-04 15:28:53 +0000 |
commit | 7cc8e29f0753d02c3a38113fbacfdb2c062a1464 (patch) | |
tree | 6caf4bd355ddba126a74340455ab4f53a750964d /math/PDL | |
parent | 9042153d91eb1974276d81443949c029c9335970 (diff) | |
download | ports-7cc8e29f0753d02c3a38113fbacfdb2c062a1464.tar.gz ports-7cc8e29f0753d02c3a38113fbacfdb2c062a1464.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 52a2f964e3eb..f594209871bd 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -8,7 +8,7 @@ PORTNAME= PDL PORTVERSION= 2.4.4 -PORTREVISION= 7 +PORTREVISION= 8 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.9:${PORTSDIR}/math/plplot \ +LIB_DEPENDS= plplotd.10:${PORTSDIR}/math/plplot \ fftw.2:${PORTSDIR}/math/fftw \ gsl.15:${PORTSDIR}/math/gsl RUN_DEPENDS= ${BUILD_DEPENDS} |