svn commit: r382511 - head/devel/elfio

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 28 15:38:43 UTC 2015


Author: bapt
Date: Sat Mar 28 15:38:41 2015
New Revision: 382511
URL: https://svnweb.freebsd.org/changeset/ports/382511
QAT: https://qat.redports.org/buildarchive/r382511/

Log:
  USES=autoreconf

Modified:
  head/devel/elfio/Makefile

Modified: head/devel/elfio/Makefile
==============================================================================
--- head/devel/elfio/Makefile	Sat Mar 28 15:37:32 2015	(r382510)
+++ head/devel/elfio/Makefile	Sat Mar 28 15:38:41 2015	(r382511)
@@ -15,10 +15,8 @@ LICENSE=	LGPL21
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		libtool
+USES=		autoreconf libtool
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	aclocal automake autoconf libtoolize
-AUTOMAKE_ARGS=	-a -c -f
 
 OPTIONS_DEFINE=	EXAMPLES DOCS
 


More information about the svn-ports-head mailing list