summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-16 16:28:54 +0000
committerjlam <jlam>2005-05-16 16:28:54 +0000
commitcedc8a023823975545db03cef4926116afacbbb6 (patch)
tree6db9883d284701e46c91502d642e670b601525cc /mk
parentc8beda22060be106c0f9d3126ed3a32c36386949 (diff)
downloadpkgsrc-cedc8a023823975545db03cef4926116afacbbb6.tar.gz
Treat USE_GNU_TOOLS+=yacc the same as USE_TOOLS+=bison, since there is
the implication that the system yacc(1) is not good enough anyway.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools/replace.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk
index 131ae3f6888..d7f66d162d7 100644
--- a/mk/tools/replace.mk
+++ b/mk/tools/replace.mk
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.79 2005/05/16 03:07:38 jlam Exp $
+# $NetBSD: replace.mk,v 1.80 2005/05/16 16:28:54 jlam Exp $
#
# This Makefile fragment handles "replacements" of system-supplied
# tools with pkgsrc versions.
@@ -47,7 +47,7 @@
# taught to use the new syntax.
#
.if defined(USE_GNU_TOOLS) && !empty(USE_GNU_TOOLS)
-USE_TOOLS+= ${USE_GNU_TOOLS:S/^awk$/gawk/:S/^make$/gmake/:S/^sed$/gsed/}
+USE_TOOLS+= ${USE_GNU_TOOLS:S/^awk$/gawk/:S/^make$/gmake/:S/^sed$/gsed/:S/^yacc$/bison/}
.endif
.if defined(USE_TBL) && !empty(USE_TBL:M[yY][eE][sS])
USE_TOOLS+= tbl