aboutsummaryrefslogtreecommitdiff
path: root/math/gmp-ecm
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-08-17 12:41:58 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-08-17 12:41:58 +0000
commit1d4d1bc579bf5df6021f6ff4af6d027c20cc00e9 (patch)
tree99154078ce838e5e28a52bb88ee9b931dce57038 /math/gmp-ecm
parent75a85dc448d83fc7c28613a359b0c58dba009157 (diff)
downloadports-1d4d1bc579bf5df6021f6ff4af6d027c20cc00e9.tar.gz
ports-1d4d1bc579bf5df6021f6ff4af6d027c20cc00e9.zip
Add USES=libtool
Notes
Notes: svn path=/head/; revision=365180
Diffstat (limited to 'math/gmp-ecm')
-rw-r--r--math/gmp-ecm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/gmp-ecm/Makefile b/math/gmp-ecm/Makefile
index 8a6546a45630..68db028022d5 100644
--- a/math/gmp-ecm/Makefile
+++ b/math/gmp-ecm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gmp-ecm
PORTVERSION= 6.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= https://gforge.inria.fr/frs/download.php/26838/
DISTNAME= ecm-${PORTVERSION}
@@ -21,8 +21,9 @@ CONFLICTS= ecm-[0-9]*
GNU_CONFIGURE= yes
CONFIGURE_ARGS= ac_cv_prog_XSLTPROC=no \
--with-gmp=${LOCALBASE}
+USES= libtool
-PLIST_FILES= bin/ecm include/ecm.h lib/libecm.a lib/libecm.la \
+PLIST_FILES= bin/ecm include/ecm.h lib/libecm.a \
man/man1/ecm.1.gz
post-patch: