diff options
author | mnag <mnag@FreeBSD.org> | 2006-05-06 09:28:22 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-05-06 09:28:22 +0800 |
commit | a5d3a260181973d5d4d16a0af7418fa7a2cbe6a6 (patch) | |
tree | 0ca63ae9e3e558e4c710a7272a406bd6d550226f /math/PDL | |
parent | d69fa3ee0d36d7d6b980fc2c988ceb4c84387757 (diff) | |
download | freebsd-ports-gnome-a5d3a260181973d5d4d16a0af7418fa7a2cbe6a6.tar.gz freebsd-ports-gnome-a5d3a260181973d5d4d16a0af7418fa7a2cbe6a6.tar.zst freebsd-ports-gnome-a5d3a260181973d5d4d16a0af7418fa7a2cbe6a6.zip |
- Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1)
Diffstat (limited to 'math/PDL')
-rw-r--r-- | math/PDL/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 8c9912ec0023..47f1de9c8c43 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -8,6 +8,7 @@ PORTNAME= PDL PORTVERSION= 2.4.2 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} @@ -27,7 +28,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.10:${PORTSDIR}/math/plplot \ fftw.2:${PORTSDIR}/math/fftw \ - gsl.7:${PORTSDIR}/math/gsl + gsl.9:${PORTSDIR}/math/gsl RUN_DEPENDS= ${BUILD_DEPENDS} USE_GL= yes |