svn commit: r390209 - head/net-p2p/cpuminer

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 21 13:44:09 UTC 2015


Author: bapt
Date: Sun Jun 21 13:44:08 2015
New Revision: 390209
URL: https://svnweb.freebsd.org/changeset/ports/390209

Log:
  Convert to USES=autoreconf

Modified:
  head/net-p2p/cpuminer/Makefile

Modified: head/net-p2p/cpuminer/Makefile
==============================================================================
--- head/net-p2p/cpuminer/Makefile	Sun Jun 21 13:41:03 2015	(r390208)
+++ head/net-p2p/cpuminer/Makefile	Sun Jun 21 13:44:08 2015	(r390209)
@@ -16,11 +16,10 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
 		libjansson.so:${PORTSDIR}/devel/jansson
 
-USES=		cpe
+USES=		autoreconf cpe
+GNU_CONFIGURE=	yes
 CPE_VENDOR=	cpuminer_project
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_AUTOTOOLS=	aclocal autoheader automake autoconf
-AUTOMAKE_ARGS=	--gnu --add-missing --copy
 # gcc 4.6 yields higher hashrates on newer CPUs, gcc 4.8 even better
 USE_GCC?=	yes
 


More information about the svn-ports-all mailing list