diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-17 21:09:56 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-17 21:09:56 +0800 |
commit | 52f78103ea6e7dfae74d99deb145f8fd16199088 (patch) | |
tree | 004f91a2cd5d77bd5eb0cb53987c1b5fdd85d9a9 /math/p5-Math-GSL | |
parent | 4b94c663f632d35df3691859ee02c463628f0ff9 (diff) | |
download | freebsd-ports-gnome-52f78103ea6e7dfae74d99deb145f8fd16199088.tar.gz freebsd-ports-gnome-52f78103ea6e7dfae74d99deb145f8fd16199088.tar.zst freebsd-ports-gnome-52f78103ea6e7dfae74d99deb145f8fd16199088.zip |
math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstage port)
Diffstat (limited to 'math/p5-Math-GSL')
-rw-r--r-- | math/p5-Math-GSL/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile index 64fe40c33701..9efc7a0c8a1c 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -3,6 +3,7 @@ PORTNAME= Math-GSL PORTVERSION= 0.32 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |