aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Math-GSL
diff options
context:
space:
mode:
authorjadawin <jadawin@FreeBSD.org>2008-04-08 21:53:22 +0800
committerjadawin <jadawin@FreeBSD.org>2008-04-08 21:53:22 +0800
commit5be4d13784e185266041c747cc5a63292ea42b4a (patch)
treeed1127f000644c9547cfbbd16702441b14e5e528 /math/p5-Math-GSL
parent1c65f8da0a51f3fc49f949e6dadcf1487af6d560 (diff)
downloadfreebsd-ports-gnome-5be4d13784e185266041c747cc5a63292ea42b4a.tar.gz
freebsd-ports-gnome-5be4d13784e185266041c747cc5a63292ea42b4a.tar.zst
freebsd-ports-gnome-5be4d13784e185266041c747cc5a63292ea42b4a.zip
- Chase the gsl shared lib bump.
Approved by: thierry (mentor)
Diffstat (limited to 'math/p5-Math-GSL')
-rw-r--r--math/p5-Math-GSL/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile
index 9402a5c93144..8f27eda320bb 100644
--- a/math/p5-Math-GSL/Makefile
+++ b/math/p5-Math-GSL/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Math-GSL
PORTVERSION= 0.01
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
@@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= A perl interface to GNU Scientific Library
-LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl
+LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl
PERL_CONFIGURE= yes
MAKE_ENV= INC="-I${LOCALBASE}/include"