From 77c980d29fd81ed9d32c9fd8f2693c16d7e3f112 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Mon, 14 Jul 2008 19:26:28 +0000 Subject: 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 andree gmx de --- devel/autoconf213/Makefile | 2 +- devel/autoconf261/Makefile | 2 +- devel/autoconf262/Makefile | 2 +- devel/autoconf267/Makefile | 2 +- devel/autoconf268/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'devel') 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 diff --git a/devel/autoconf261/Makefile b/devel/autoconf261/Makefile index d353aba35fe0..b9c952ca9a93 100644 --- a/devel/autoconf261/Makefile +++ b/devel/autoconf261/Makefile @@ -30,7 +30,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} 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} diff --git a/devel/autoconf267/Makefile b/devel/autoconf267/Makefile index 55b9d2492f2c..7212ec4aa6ce 100644 --- a/devel/autoconf267/Makefile +++ b/devel/autoconf267/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} diff --git a/devel/autoconf268/Makefile b/devel/autoconf268/Makefile index 55b9d2492f2c..7212ec4aa6ce 100644 --- a/devel/autoconf268/Makefile +++ b/devel/autoconf268/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} -- cgit v1.2.3