svn commit: r365180 - head/math/gmp-ecm

Tijl Coosemans tijl at FreeBSD.org
Sun Aug 17 12:41:59 UTC 2014


Author: tijl
Date: Sun Aug 17 12:41:58 2014
New Revision: 365180
URL: http://svnweb.freebsd.org/changeset/ports/365180
QAT: https://qat.redports.org/buildarchive/r365180/

Log:
  Add USES=libtool

Modified:
  head/math/gmp-ecm/Makefile

Modified: head/math/gmp-ecm/Makefile
==============================================================================
--- head/math/gmp-ecm/Makefile	Sun Aug 17 12:29:07 2014	(r365179)
+++ head/math/gmp-ecm/Makefile	Sun Aug 17 12:41:58 2014	(r365180)
@@ -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:


More information about the svn-ports-all mailing list