svn commit: r382513 - head/devel/fnccheck

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 28 15:44:17 UTC 2015


Author: bapt
Date: Sat Mar 28 15:44:16 2015
New Revision: 382513
URL: https://svnweb.freebsd.org/changeset/ports/382513
QAT: https://qat.redports.org/buildarchive/r382513/

Log:
  Convert to USES=autoreconf

Modified:
  head/devel/fnccheck/Makefile

Modified: head/devel/fnccheck/Makefile
==============================================================================
--- head/devel/fnccheck/Makefile	Sat Mar 28 15:40:46 2015	(r382512)
+++ head/devel/fnccheck/Makefile	Sat Mar 28 15:44:16 2015	(r382513)
@@ -15,9 +15,8 @@ LICENSE_COMB=	multi
 
 LIB_DEPENDS=	libbfd.so:${PORTSDIR}/devel/libbfd
 
-USES=		libtool
-USE_AUTOTOOLS=	libtoolize aclocal automake autoconf
-AUTOMAKE_ARGS=	--force-missing --add-missing --foreign
+USES=		autoreconf libtool
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-head mailing list