aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Math-GSL
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2003-11-04 20:04:34 +0800
committersobomax <sobomax@FreeBSD.org>2003-11-04 20:04:34 +0800
commit31a7a52d02a20d719d442defb47d1a0ad356418c (patch)
tree52ac4a48af9e423ecb4ed637f10d4513bb5acb2a /math/p5-Math-GSL
parent42cc3dd1993dbe28cb3789f3e32a4911542e5a18 (diff)
downloadfreebsd-ports-gnome-31a7a52d02a20d719d442defb47d1a0ad356418c.tar.gz
freebsd-ports-gnome-31a7a52d02a20d719d442defb47d1a0ad356418c.tar.zst
freebsd-ports-gnome-31a7a52d02a20d719d442defb47d1a0ad356418c.zip
Correct version number of gsl shared library.
Diffstat (limited to 'math/p5-Math-GSL')
-rw-r--r--math/p5-Math-GSL/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile
index 30fbfead2157..807a09d6400a 100644
--- a/math/p5-Math-GSL/Makefile
+++ b/math/p5-Math-GSL/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= A perl interface to GNU Scientific Library
-LIB_DEPENDS= gsl.4:${PORTSDIR}/math/gsl
+LIB_DEPENDS= gsl.5:${PORTSDIR}/math/gsl
PERL_CONFIGURE= yes
MAKE_ENV= INC="-I${LOCALBASE}/include"