diff options
author | ijliao <ijliao@FreeBSD.org> | 2007-06-29 13:46:43 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2007-06-29 13:46:43 +0800 |
commit | a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a (patch) | |
tree | bd3b68b1c1616483b7e8a56c691742eed57b2f7d /math/p5-Math-GSL/Makefile | |
parent | bf1a249551c4d907662c20a0e8344db52ad0d64a (diff) | |
download | freebsd-ports-gnome-a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a.tar.gz freebsd-ports-gnome-a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a.tar.zst freebsd-ports-gnome-a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a.zip |
chase math/gsl lib version
Diffstat (limited to 'math/p5-Math-GSL/Makefile')
-rw-r--r-- | math/p5-Math-GSL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile index 51d6f45dc535..9402a5c93144 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -7,7 +7,7 @@ PORTNAME= Math-GSL PORTVERSION= 0.01 -PORTREVISION= 2 +PORTREVISION= 3 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.9:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl PERL_CONFIGURE= yes MAKE_ENV= INC="-I${LOCALBASE}/include" |