summaryrefslogtreecommitdiff
path: root/mk/tools.mk
diff options
context:
space:
mode:
authorgrant <grant>2004-10-14 09:54:04 +0000
committergrant <grant>2004-10-14 09:54:04 +0000
commita53241df5e4e1a7bccbdbabf1b5e44a0659ef0a7 (patch)
tree02bab02078a37c5123725519400257ca8b86c6d7 /mk/tools.mk
parent45ce0e7fea204fb88bf18fad2ba6f8befb5f74ea (diff)
downloadpkgsrc-a53241df5e4e1a7bccbdbabf1b5e44a0659ef0a7.tar.gz
devel/yacc -> devel/bison. there is no such package as devel/yacc.
(how did this ever work?)
Diffstat (limited to 'mk/tools.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