diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-28 13:12:16 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-28 13:12:16 +0000 |
commit | b37a32b9ba1e42bd144345c80f65b387bacf4838 (patch) | |
tree | cada65025c35303eb1320eb8d482bf02273510ba /devel/autoconf213 | |
parent | 662c60ac56a45c8562755f3740b241a2943f4808 (diff) | |
download | ports-b37a32b9ba1e42bd144345c80f65b387bacf4838.tar.gz ports-b37a32b9ba1e42bd144345c80f65b387bacf4838.zip |
Notes
Diffstat (limited to 'devel/autoconf213')
-rw-r--r-- | devel/autoconf213/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index 0d478d8dad73..eeedac2fbad9 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} |