diff options
author | bf <bf@FreeBSD.org> | 2011-05-10 00:42:27 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-05-10 00:42:27 +0800 |
commit | 9bbf7c7a9c893bc51fb874b6cf6d2a70fbd13d82 (patch) | |
tree | 429963647e6e5bedcc078c89848272ba7005f80f /math/gsl/Makefile | |
parent | 09c383e1087f0045ede49a9c0779de7fdbbe9e47 (diff) | |
download | freebsd-ports-gnome-9bbf7c7a9c893bc51fb874b6cf6d2a70fbd13d82.tar.gz freebsd-ports-gnome-9bbf7c7a9c893bc51fb874b6cf6d2a70fbd13d82.tar.zst freebsd-ports-gnome-9bbf7c7a9c893bc51fb874b6cf6d2a70fbd13d82.zip |
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
Diffstat (limited to 'math/gsl/Makefile')
-rw-r--r-- | math/gsl/Makefile | 9 |
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> |