svn commit: r374887 - head/benchmarks/siege

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 18 11:05:56 UTC 2014


Author: bapt
Date: Thu Dec 18 11:05:55 2014
New Revision: 374887
URL: https://svnweb.freebsd.org/changeset/ports/374887
QAT: https://qat.redports.org/buildarchive/r374887/

Log:
  Convert to USES=autoreconf

Modified:
  head/benchmarks/siege/Makefile

Modified: head/benchmarks/siege/Makefile
==============================================================================
--- head/benchmarks/siege/Makefile	Thu Dec 18 11:03:03 2014	(r374886)
+++ head/benchmarks/siege/Makefile	Thu Dec 18 11:05:55 2014	(r374887)
@@ -12,10 +12,9 @@ COMMENT=	HTTP regression testing and ben
 
 LICENSE=	GPLv2
 
-USES=		perl5
+USES=		autoreconf libtool perl5
 USE_OPENSSL=	yes
-USE_AUTOTOOLS=	libtoolize aclocal autoheader automake autoconf
-AUTOMAKE_ARGS=	--add-missing --copy
+GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	PERL="${PERL}"
 CONFIGURE_ARGS=	--with-ssl=${OPENSSLBASE} --disable-shared \
 		--sysconfdir=${ETCDIR}


More information about the svn-ports-head mailing list