aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-21 13:54:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-21 13:54:18 +0000
commit9ba9bb3e411d3b37b568af7b0f60e0137ae09538 (patch)
treec243a72caa8370ba05ecf2f966b4871f18aeeff4 /net-p2p
parent4a96edcd069074bc0e420e869ab35540d9e0644b (diff)
downloadports-9ba9bb3e411d3b37b568af7b0f60e0137ae09538.tar.gz
ports-9ba9bb3e411d3b37b568af7b0f60e0137ae09538.zip
Convert to USES=autoreconf
Notes
Notes: svn path=/head/; revision=390214
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/zetacoin/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/zetacoin/Makefile b/net-p2p/zetacoin/Makefile
index 2d0c2a452717..33e1cad09e4a 100644
--- a/net-p2p/zetacoin/Makefile
+++ b/net-p2p/zetacoin/Makefile
@@ -49,11 +49,10 @@ CLI_CONFIGURE_WITH= cli
TEST_CONFIGURE_ENABLE= tests
TEST_ALL_TARGET= check
-AUTOMAKE_ARGS+= --add-missing
-USE_AUTOTOOLS= aclocal autoheader automake autoconf
+GNU_CONFIGURE= yes
CONFIGURE_ENV= SSL_LIBS="-lssl" CRYPTO_LIBS="-lcrypto" SSL_CFLAGS="-I/usr/include" CRYPTO_CFLAGS="-I/usr/include"
-USES= gmake
+USES= autoreconf gmake
USE_OPENSSL= yes
WANT_BDB_VER= 48