From d369e5c287c06a3ad512ee7c9a4d4d828c1d2f01 Mon Sep 17 00:00:00 2001 From: Philippe Audeoud Date: Tue, 8 Apr 2008 13:53:22 +0000 Subject: - Chase the gsl shared lib bump. Approved by: thierry (mentor) --- math/PDL/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/PDL') 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 -- cgit