aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf213
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2008-07-14 19:26:28 +0000
committerAde Lovett <ade@FreeBSD.org>2008-07-14 19:26:28 +0000
commit77c980d29fd81ed9d32c9fd8f2693c16d7e3f112 (patch)
tree79a0f334a2e59cdecc2aa1d204e16fde0125ff5d /devel/autoconf213
parent41e434edf33f3a27527cf804ca46355b6b815144 (diff)
downloadports-77c980d29fd81ed9d32c9fd8f2693c16d7e3f112.tar.gz
ports-77c980d29fd81ed9d32c9fd8f2693c16d7e3f112.zip
Handle an edge-case where lang/gawk is installed prior to any autoconf*
ports, which then results in an implicit dependency on gawk, with the obvious bad things happening should gawk be later removed. Note that because this is an edge case, which most folks will not run into, and because it doesn't change the default package, I am not bumping PORTREVISION as suggested in the original patch. PR: 125101 Who: matthias <dot> andree <at> gmx <dot> de
Notes
Notes: svn path=/head/; revision=216848
Diffstat (limited to 'devel/autoconf213')
-rw-r--r--devel/autoconf213/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile
index 795de66d8fb2..4e4f6cadd722 100644
--- a/devel/autoconf213/Makefile
+++ b/devel/autoconf213/Makefile
@@ -26,7 +26,7 @@ LATEST_LINK= autoconf213
USE_BZIP2= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4
+CONFIGURE_ENV= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4 AWK=${AWK}
CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION}
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
WRKSRC= ${WRKDIR}/autoconf