diff options
Diffstat (limited to 'math/gmp/Makefile')
-rw-r--r-- | math/gmp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile index 4291082cd802..0dc547385d3e 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -8,6 +8,7 @@ PORTNAME= libgmp PORTVERSION= 4.1.4 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gmp @@ -18,10 +19,10 @@ COMMENT= A free library for arbitrary precision arithmetic USE_LIBTOOL_VER=15 CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" -CONFIGURE_ARGS= --enable-cxx --enable-mpfr +CONFIGURE_ARGS= --enable-cxx INSTALLS_SHLIB= yes -INFO= gmp mpfr +INFO= gmp post-extract: @${RM} -f ${WRKSRC}/gmp.info* |