svn commit: r375736 - head/www/fcgiwrap

Baptiste Daroussin bapt at FreeBSD.org
Sun Dec 28 18:39:13 UTC 2014


Author: bapt
Date: Sun Dec 28 18:39:11 2014
New Revision: 375736
URL: https://svnweb.freebsd.org/changeset/ports/375736
QAT: https://qat.redports.org/buildarchive/r375736/

Log:
  Convert to USES=autoreconf

Modified:
  head/www/fcgiwrap/Makefile

Modified: head/www/fcgiwrap/Makefile
==============================================================================
--- head/www/fcgiwrap/Makefile	Sun Dec 28 18:28:32 2014	(r375735)
+++ head/www/fcgiwrap/Makefile	Sun Dec 28 18:39:11 2014	(r375736)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 
 LIB_DEPENDS=	libfcgi.so:${PORTSDIR}/www/fcgi
 
-USES=		gmake pkgconfig
+USES=		autoreconf gmake pkgconfig
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	gnosek
@@ -23,8 +23,6 @@ GH_TAGNAME=	${PORTVERSION}
 
 USE_RC_SUBR=	fcgiwrap
 
-USE_AUTOTOOLS=	aclocal autoconf autoheader
-
 CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-head mailing list