diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-03-29 01:12:27 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-03-29 01:12:27 +0000 |
commit | 6905d4a0d8518b83f28bf41330e381a8128dc0b4 (patch) | |
tree | 30905f5c5ec570d5180cc95b3ca4699a84635835 /math/PDL | |
parent | d53fd93f0b690c56a78a292c01f0fe87b04480d1 (diff) | |
download | ports-6905d4a0d8518b83f28bf41330e381a8128dc0b4.tar.gz ports-6905d4a0d8518b83f28bf41330e381a8128dc0b4.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 8ec4db3379c2..52a2f964e3eb 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -8,7 +8,7 @@ PORTNAME= PDL PORTVERSION= 2.4.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math perl5 MASTER_SITES= CPAN/${PORTNAME}:cpan \ SF/pdl/PDL/${PORTVERSION}:sf @@ -26,7 +26,7 @@ BUILD_DEPENDS= ${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 \ fftw.2:${PORTSDIR}/math/fftw \ - gsl.14:${PORTSDIR}/math/gsl + gsl.15:${PORTSDIR}/math/gsl RUN_DEPENDS= ${BUILD_DEPENDS} USE_GL= yes |