diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2010-04-30 11:50:43 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2010-04-30 11:50:43 +0000 |
commit | db62c29de79dcd97d1b22abb8c3029b80aa13e33 (patch) | |
tree | 26b116249c2d6db19568eac16f59113f40568c57 /lang/gawk | |
parent | 0c07bec5a3c8b5188be8addfbd0e747016d4706e (diff) |
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)
Notes
Notes:
svn path=/head/; revision=253469
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 |