Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 13:44:09 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390209 - head/net-p2p/cpuminer
Message-ID:  <201506211344.t5LDi9vY061689@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506211344.t5LDi9vY061689>