diff options
Diffstat (limited to 'math/gsl/Makefile')
-rw-r--r-- | math/gsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index da0f04a4a3fc..0422a39685a1 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -7,6 +7,7 @@ PORTNAME= gsl PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +20,6 @@ MAINTAINER= jon.drews@gmail.com COMMENT= The GNU Scientific Library - mathematical libs INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:13:inc GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split' |