diff options
author | miwi <miwi@FreeBSD.org> | 2011-03-04 23:28:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-03-04 23:28:53 +0800 |
commit | 093cc9db638f0a9ed9be3340d073d2524e656f61 (patch) | |
tree | 38ef18f5e62d86c13ab2aca0b863781d1f6d7445 /math | |
parent | e3288671736a0cb6efcfa76e311c906456bf2633 (diff) | |
download | freebsd-ports-gnome-093cc9db638f0a9ed9be3340d073d2524e656f61.tar.gz freebsd-ports-gnome-093cc9db638f0a9ed9be3340d073d2524e656f61.tar.zst freebsd-ports-gnome-093cc9db638f0a9ed9be3340d073d2524e656f61.zip |
- Chase math/plplot shlib bump
Diffstat (limited to 'math')
-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} |