summaryrefslogtreecommitdiff
path: root/devel/cscope
diff options
context:
space:
mode:
authorjlam <jlam>2005-09-20 03:52:01 +0000
committerjlam <jlam>2005-09-20 03:52:01 +0000
commita38d6389cd0eb4afccbe21c351a0e4b9e392852d (patch)
tree766b3e09fd96cc9a26abc8c956c623e79dd2f6c5 /devel/cscope
parent795fe0a9b3473a03f0ab5269208c035dd2e5b387 (diff)
downloadpkgsrc-a38d6389cd0eb4afccbe21c351a0e4b9e392852d.tar.gz
Do previous in a better way by asking for "byacc" instead of "yacc",
as this will avoid using bison completely. This fixes PR pkg/31321.
Diffstat (limited to 'devel/cscope')
-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"