diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-04-08 21:53:22 +0800 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-04-08 21:53:22 +0800 |
commit | d369e5c287c06a3ad512ee7c9a4d4d828c1d2f01 (patch) | |
tree | 70c2049bf7cb81daf29a37481d1586373dd5ba80 /math/PDL | |
parent | 88133fe808126a7e44e982994d4fbbee2e96ae0a (diff) | |
download | freebsd-ports-gnome-d369e5c287c06a3ad512ee7c9a4d4d828c1d2f01.tar.gz freebsd-ports-gnome-d369e5c287c06a3ad512ee7c9a4d4d828c1d2f01.tar.zst freebsd-ports-gnome-d369e5c287c06a3ad512ee7c9a4d4d828c1d2f01.zip |
- Chase the gsl shared lib bump.
Approved by: thierry (mentor)
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 10e38bb31d66..c60a32ff879d 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -8,7 +8,7 @@ PORTNAME= PDL PORTVERSION= 2.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} @@ -28,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.11:${PORTSDIR}/math/plplot \ fftw.2:${PORTSDIR}/math/fftw \ - gsl.10:${PORTSDIR}/math/gsl + gsl.12:${PORTSDIR}/math/gsl RUN_DEPENDS= ${BUILD_DEPENDS} USE_GL= yes |