diff options
Diffstat (limited to 'math/libgmp4/Makefile')
-rw-r--r-- | math/libgmp4/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/math/libgmp4/Makefile b/math/libgmp4/Makefile index e085ce60b8f3..06713f61c160 100644 --- a/math/libgmp4/Makefile +++ b/math/libgmp4/Makefile @@ -7,8 +7,7 @@ # PORTNAME= libgmp -PORTVERSION= 4.1.2 -PORTREVISION= 3 +PORTVERSION= 4.1.3 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gmp @@ -19,13 +18,16 @@ COMMENT= A free library for arbitrary precision arithmetic CONFLICTS= libgmp-2* USE_REINPLACE= yes +USE_GNOME= lthack USE_LIBTOOL_VER=13 CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --enable-cxx --enable-mpfr INSTALLS_SHLIB= yes +INFO= gmp mpfr + post-extract: - @rm -f ${WRKSRC}/gmp.info* + @${RM} -f ${WRKSRC}/gmp.info* post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | \ |