svn commit: r388731 - head/net-p2p/btpd

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 7 16:17:10 UTC 2015


Author: amdmi3
Date: Sun Jun  7 16:17:09 2015
New Revision: 388731
URL: https://svnweb.freebsd.org/changeset/ports/388731

Log:
  - Switch to USES=autoreconf

Modified:
  head/net-p2p/btpd/Makefile

Modified: head/net-p2p/btpd/Makefile
==============================================================================
--- head/net-p2p/btpd/Makefile	Sun Jun  7 16:08:59 2015	(r388730)
+++ head/net-p2p/btpd/Makefile	Sun Jun  7 16:17:09 2015	(r388731)
@@ -17,8 +17,9 @@ WRKSRC=		${WRKDIR}/${DISTNAME}
 USE_GITHUB=	yes
 GH_ACCOUNT=	${PORTNAME}
 
+USES=		autoreconf
 USE_OPENSSL=	yes
-USE_AUTOTOOLS=	aclocal autoconf
+GNU_CONFIGURE=	yes
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-head mailing list