diff options
Diffstat (limited to 'math/gmp/Makefile')
-rw-r--r-- | math/gmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile index 945a84047ebb..88f398521d09 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -3,7 +3,7 @@ PORTNAME= gmp PORTVERSION= 5.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gmp @@ -16,8 +16,8 @@ LICENSE= LGPL3 OPTIONS_DEFINE= CPU_OPTS CPU_OPTS_DESC= Enable assembly optimizations for your CPU +USES= libtool:keepla USE_XZ= yes -USES= libtool GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --prefix=${PREFIX} \ |