svn commit: r352495 - head/devel/autoconf213
Baptiste Daroussin
bapt at FreeBSD.org
Mon Apr 28 13:12:17 UTC 2014
Author: bapt
Date: Mon Apr 28 13:12:16 2014
New Revision: 352495
URL: http://svnweb.freebsd.org/changeset/ports/352495
QAT: https://qat.redports.org/buildarchive/r352495/
Log:
Convert from USE_BZIP2 to USES=tar:bzip2
Modified:
head/devel/autoconf213/Makefile
Modified: head/devel/autoconf213/Makefile
==============================================================================
--- head/devel/autoconf213/Makefile Mon Apr 28 13:02:17 2014 (r352494)
+++ head/devel/autoconf213/Makefile Mon Apr 28 13:12:16 2014 (r352495)
@@ -22,8 +22,7 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
BUILD_VERSION= 2.13
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
-USE_BZIP2= yes
-USES= perl5 desthack
+USES= perl5 desthack tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ENV= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4 AWK=${AWK}
CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION}
More information about the svn-ports-all
mailing list