summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-04-28 13:12:16 +0000
committerbapt <bapt@FreeBSD.org>2014-04-28 13:12:16 +0000
commitcdcf8b0ab863b9360f965a9d8644296da388a489 (patch)
treecada65025c35303eb1320eb8d482bf02273510ba
parent16756fe4a5c0ab3350a2ae399fe9343d72bfedac (diff)
downloadFreeBSD-ports-cdcf8b0ab863b9360f965a9d8644296da388a489.zip
FreeBSD-ports-cdcf8b0ab863b9360f965a9d8644296da388a489.tar.gz
Convert from USE_BZIP2 to USES=tar:bzip2
-rw-r--r--devel/autoconf213/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile
index 0d478d8..eeedac2 100644
--- a/devel/autoconf213/Makefile
+++ b/devel/autoconf213/Makefile
@@ -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}
OpenPOWER on IntegriCloud