summaryrefslogtreecommitdiff
path: root/net-p2p/cpuminer
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-21 13:44:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-21 13:44:08 +0000
commite274d9a1e23447541c48c81964a83cc7164263ca (patch)
tree2ba06de5bb6a73fdace0803367c2f3f969a48d23 /net-p2p/cpuminer
parentNew port: devel/cloudabi-binutils. (diff)
Convert to USES=autoreconf
Notes
Notes: svn path=/head/; revision=390209
Diffstat (limited to 'net-p2p/cpuminer')
-rw-r--r--net-p2p/cpuminer/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/cpuminer/Makefile b/net-p2p/cpuminer/Makefile
index 2a4f7a53533c..8bda704c98a0 100644
--- a/net-p2p/cpuminer/Makefile
+++ b/net-p2p/cpuminer/Makefile
@@ -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