diff options
Diffstat (limited to 'math/4ti2/Makefile')
-rw-r--r-- | math/4ti2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/4ti2/Makefile b/math/4ti2/Makefile index 1de8b4ef38c4..a80b86a0c114 100644 --- a/math/4ti2/Makefile +++ b/math/4ti2/Makefile @@ -1,6 +1,6 @@ PORTNAME= 4ti2 DISTVERSIONPREFIX= Release_ -DISTVERSION= 1_6_10 +DISTVERSION= 1_6_13 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -13,10 +13,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libglpk.so:math/glpk \ libgmp.so:math/gmp -USES= autoreconf compiler:c++11-lang gmake libtool +USES= autoreconf compiler:c++11-lang gmake libtool shebangfix USE_GITHUB= yes USE_LDCONFIG= yes +SHEBANG_FILES= test/check.template.in + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static --enable-shared --with-glpk=${LOCALBASE} --with-gmp=${LOCALBASE} |