Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jun 2015 16:17:10 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388731 - head/net-p2p/btpd
Message-ID:  <201506071617.t57GHABM051420@svn.freebsd.org>

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



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