diff options
author | mandree <mandree@FreeBSD.org> | 2010-04-30 19:50:43 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2010-04-30 19:50:43 +0800 |
commit | d6400f54f6a024ca0cfc020ff9bd0e2705f712af (patch) | |
tree | 1fe7c6814b10f59025f5d2e8b3dac1d4548988d0 /lang/gawk | |
parent | 19ed9be348c21869bbc136a905f4fc356b3a6694 (diff) | |
download | freebsd-ports-gnome-d6400f54f6a024ca0cfc020ff9bd0e2705f712af.tar.gz freebsd-ports-gnome-d6400f54f6a024ca0cfc020ff9bd0e2705f712af.tar.zst freebsd-ports-gnome-d6400f54f6a024ca0cfc020ff9bd0e2705f712af.zip |
Force system awk for build, to avoid failure on gawk upgrades.
Commit requested by krion in private mail.
PR: ports/146152
Submitted by: mandree
Approved by: krion (maintainer)
Approved by: garga (mentor)
Diffstat (limited to 'lang/gawk')
-rw-r--r-- | lang/gawk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index 48742871aa35..59c7a05ac044 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -17,7 +17,8 @@ INFO= gawk gawkinet GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ - --with-libintl-prefix=${LOCALBASE} + --with-libintl-prefix=${LOCALBASE} \ + AWK=${AWK} MAN1= gawk.1 igawk.1 pgawk.1 |