summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/cscope/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile
index cbb40a375c7..a22ff47ce7e 100644
--- a/devel/cscope/Makefile
+++ b/devel/cscope/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/08/07 19:47:23 tron Exp $
+# $NetBSD: Makefile,v 1.41 2005/09/20 03:52:01 jlam Exp $
DISTNAME= cscope-15.4
PKGREVISION= 4
@@ -10,10 +10,10 @@ HOMEPAGE= http://cscope.sourceforge.net/
COMMENT= Interactive C program browser
GNU_CONFIGURE= YES
-USE_TOOLS+= yacc lex
+USE_TOOLS+= byacc lex
CONFIGURE_ARGS+= --with-ncurses=${BUILDLINK_PREFIX.ncurses}
-CONFIGURE_ARGS+= --without-bison --with-flex
+CONFIGURE_ARGS+= --with-flex --with-yacc
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"