summaryrefslogtreecommitdiff
path: root/devel/cscope
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-09-20 03:52:01 +0000
committerjlam <jlam@pkgsrc.org>2005-09-20 03:52:01 +0000
commitfdb9b42b02765cfc044865b1711f9db9c77afafb (patch)
tree766b3e09fd96cc9a26abc8c956c623e79dd2f6c5 /devel/cscope
parent1403b1ed138f8ea3fa4bd004a85f832d5f616fe5 (diff)
downloadpkgsrc-fdb9b42b02765cfc044865b1711f9db9c77afafb.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"