summaryrefslogtreecommitdiff
path: root/lang/gawk
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2010-04-30 11:50:43 +0000
committerMatthias Andree <mandree@FreeBSD.org>2010-04-30 11:50:43 +0000
commitdb62c29de79dcd97d1b22abb8c3029b80aa13e33 (patch)
tree26b116249c2d6db19568eac16f59113f40568c57 /lang/gawk
parentUpdate to 1.5 (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/Makefile3
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