Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2015 15:44:17 +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: r382513 - head/devel/fnccheck
Message-ID:  <201503281544.t2SFiHMn005240@svn.freebsd.org>

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



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