summaryrefslogtreecommitdiff
path: root/math/gmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/gmp/Makefile')
-rw-r--r--math/gmp/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile
index df27661e4061..4291082cd802 100644
--- a/math/gmp/Makefile
+++ b/math/gmp/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= libgmp
-PORTVERSION= 4.1.3
+PORTVERSION= 4.1.4
CATEGORIES= math devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gmp
@@ -16,9 +16,7 @@ DISTNAME= gmp-${PORTVERSION}
MAINTAINER= ale@FreeBSD.org
COMMENT= A free library for arbitrary precision arithmetic
-USE_REINPLACE= yes
-USE_GNOME= lthack
-USE_INC_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
CONFIGURE_ARGS= --enable-cxx --enable-mpfr
INSTALLS_SHLIB= yes
@@ -28,8 +26,4 @@ INFO= gmp mpfr
post-extract:
@${RM} -f ${WRKSRC}/gmp.info*
-post-patch:
- @${FIND} ${WRKSRC} -name "Makefile.in" | \
- ${XARGS} ${REINPLACE_CMD} -e 's|--tag=CC||g'
-
.include <bsd.port.mk>