aboutsummaryrefslogtreecommitdiff
path: root/math/gsl/Makefile
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-05-09 16:42:27 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-05-09 16:42:27 +0000
commit4fd0a4b1c1c3f2cb1454e156e26774835885d347 (patch)
tree1b932c4555183e30779ab5f4c3093442aaa0b57e /math/gsl/Makefile
parent99d5a24eca4a0194ff773fff20b5400c62b0fd8d (diff)
downloadports-4fd0a4b1c1c3f2cb1454e156e26774835885d347.tar.gz
ports-4fd0a4b1c1c3f2cb1454e156e26774835885d347.zip
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
Notes
Notes: svn path=/head/; revision=273882
Diffstat (limited to 'math/gsl/Makefile')
-rw-r--r--math/gsl/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile
index 1a8a2b796c10..92e7277b3925 100644
--- a/math/gsl/Makefile
+++ b/math/gsl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gsl
-PORTVERSION= 1.14
+PORTVERSION= 1.15
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gsl/} \
http://www.gnu.org/software/${PORTNAME}/manual/:gslref
@@ -20,6 +20,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= bf@FreeBSD.org
COMMENT= The GNU Scientific Library - mathematical libs
+LICENSE= GPLv3
+
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split'
@@ -41,8 +43,9 @@ post-install:
${GUNZIP_CMD} ${PREFIX}/share/doc/gsl/${GSLREF}
.endif
-regression-test:
- @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} check
+check regression-test test: build
+ @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} \
+ ${MAKE_ARGS} check)
.include <bsd.port.pre.mk>