From a53241df5e4e1a7bccbdbabf1b5e44a0659ef0a7 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 14 Oct 2004 09:54:04 +0000 Subject: devel/yacc -> devel/bison. there is no such package as devel/yacc. (how did this ever work?) --- mk/tools.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/tools.mk') 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 -- cgit v1.2.3