From ec56ea77fe7fbeccde9e66601c914693fa3449df Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 7 Aug 2005 19:47:23 +0000 Subject: Force use of "yacc" instead of "bison" because (at least the current version of) bison cannot parse the grammar file. --- devel/cscope/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'devel') diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile index e7944666440..cbb40a375c7 100644 --- a/devel/cscope/Makefile +++ b/devel/cscope/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2005/05/22 20:07:50 jlam Exp $ -# +# $NetBSD: Makefile,v 1.40 2005/08/07 19:47:23 tron Exp $ DISTNAME= cscope-15.4 PKGREVISION= 4 @@ -11,10 +10,10 @@ HOMEPAGE= http://cscope.sourceforge.net/ COMMENT= Interactive C program browser GNU_CONFIGURE= YES -USE_TOOLS+= lex +USE_TOOLS+= yacc lex CONFIGURE_ARGS+= --with-ncurses=${BUILDLINK_PREFIX.ncurses} -CONFIGURE_ARGS+= --with-flex +CONFIGURE_ARGS+= --without-bison --with-flex .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3