summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-10-14 09:54:04 +0000
committergrant <grant@pkgsrc.org>2004-10-14 09:54:04 +0000
commit6aa0b3cad3abf8f1520bad1a1771dc6aa9b4e89d (patch)
tree02bab02078a37c5123725519400257ca8b86c6d7 /mk
parentf725d074f7030c132048a2b8e91d41c3d6c3842b (diff)
downloadpkgsrc-6aa0b3cad3abf8f1520bad1a1771dc6aa9b4e89d.tar.gz
devel/yacc -> devel/bison. there is no such package as devel/yacc.
(how did this ever work?)
Diffstat (limited to 'mk')
-rw-r--r--mk/tools.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools.mk b/mk/tools.mk
index b76bce5cd7c..cb97f8f974c 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.42 2004/10/14 09:51:43 grant Exp $
+# $NetBSD: tools.mk,v 1.43 2004/10/14 09:54:04 grant Exp $
#
# This Makefile creates a ${TOOLS_DIR} directory and populates the bin
# subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -349,7 +349,7 @@ _TOOLS_PROGNAME.yacc= ${LOCALBASE}/bin/bison
YACC:= ${_TOOLS_PROGNAME.yacc} -y
. endif
.endif
-.if !empty(PKGPATH:Mdevel/yacc)
+.if !empty(PKGPATH:Mdevel/bison)
_TOOLS_OVERRIDE.yacc= NO
MAKEFLAGS+= _IGNORE_USE_GNU_TOOLS=
.endif