Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Dec 2014 18:39:12 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375736 - head/www/fcgiwrap
Message-ID:  <201412281839.sBSIdCnV004745@svn.freebsd.org>

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



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