diff options
author | Ade Lovett <ade@FreeBSD.org> | 2008-07-14 19:26:28 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2008-07-14 19:26:28 +0000 |
commit | 77c980d29fd81ed9d32c9fd8f2693c16d7e3f112 (patch) | |
tree | 79a0f334a2e59cdecc2aa1d204e16fde0125ff5d /devel/autoconf262 | |
parent | - Add entry for Squid-2.7.STABLE3 (diff) |
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
Diffstat (limited to 'devel/autoconf262')
-rw-r--r-- | devel/autoconf262/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile index 55b9d2492f2c..7212ec4aa6ce 100644 --- a/devel/autoconf262/Makefile +++ b/devel/autoconf262/Makefile @@ -29,7 +29,7 @@ USE_PERL5= yes INFO= autoconf-${BUILD_VERSION} 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} --without-lispdir CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |