diff options
Diffstat (limited to 'math/gmp/Makefile')
-rw-r--r-- | math/gmp/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile index 5fc5f6190b4c..945a84047ebb 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -3,6 +3,7 @@ PORTNAME= gmp PORTVERSION= 5.1.3 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gmp @@ -16,10 +17,8 @@ OPTIONS_DEFINE= CPU_OPTS CPU_OPTS_DESC= Enable assembly optimizations for your CPU USE_XZ= yes -HAS_CONFIGURE= yes -GNU_CONFIGURE= no # needed, since the following line would add it -USE_AUTOTOOLS= libtool -USE_GNOME= ltverhack +USES= libtool +GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --prefix=${PREFIX} \ --infodir=${PREFIX}/info \ |