diff options
Diffstat (limited to 'math/gsl/Makefile')
-rw-r--r-- | math/gsl/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index e12bbb2..9d58cc8 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gsl -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= math MASTER_SITES= GNU @@ -11,17 +11,13 @@ COMMENT= The GNU Scientific Library - mathematical libs LICENSE= GPLv3 -USES= libtool makeinfo pathfix +USES= libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split' INSTALL_TARGET= install-strip INFO= gsl-ref -post-extract: - @${RM} ${WRKSRC}/doc/gsl-ref.info* - #prevent regression test coredumps from causing failures on the #package-building cluster: .ifndef(MAINTAINER_MODE) |