diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-17 20:41:58 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-17 20:41:58 +0800 |
commit | 631fd0f52fd0f484929f52bd4c5bf0457979cf66 (patch) | |
tree | 99154078ce838e5e28a52bb88ee9b931dce57038 /math/gmp-ecm | |
parent | 129ae5a4aa0634938c64b1081a24e7dbf1a1a4d9 (diff) | |
download | freebsd-ports-graphics-631fd0f52fd0f484929f52bd4c5bf0457979cf66.tar.gz freebsd-ports-graphics-631fd0f52fd0f484929f52bd4c5bf0457979cf66.tar.zst freebsd-ports-graphics-631fd0f52fd0f484929f52bd4c5bf0457979cf66.zip |
Add USES=libtool
Diffstat (limited to 'math/gmp-ecm')
-rw-r--r-- | math/gmp-ecm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/gmp-ecm/Makefile b/math/gmp-ecm/Makefile index 8a6546a4563..68db028022d 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: |