Date: Sun, 17 Aug 2014 12:41:59 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365180 - head/math/gmp-ecm Message-ID: <201408171241.s7HCfxns089342@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408171241.s7HCfxns089342>