svn commit: r390214 - head/net-p2p/zetacoin

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 21 13:54:19 UTC 2015


Author: bapt
Date: Sun Jun 21 13:54:18 2015
New Revision: 390214
URL: https://svnweb.freebsd.org/changeset/ports/390214

Log:
  Convert to USES=autoreconf

Modified:
  head/net-p2p/zetacoin/Makefile

Modified: head/net-p2p/zetacoin/Makefile
==============================================================================
--- head/net-p2p/zetacoin/Makefile	Sun Jun 21 13:53:56 2015	(r390213)
+++ head/net-p2p/zetacoin/Makefile	Sun Jun 21 13:54:18 2015	(r390214)
@@ -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
 


More information about the svn-ports-all mailing list