summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/cscope/Makefile7
1 files changed, 3 insertions, 4 deletions
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"