pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cscope Force use of "yacc" instead of "bison" be...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b36ce828bf65
branches:  trunk
changeset: 497924:b36ce828bf65
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Aug 07 19:47:23 2005 +0000

description:
Force use of "yacc" instead of "bison" because (at least the current
version of) bison cannot parse the grammar file.

diffstat:

 devel/cscope/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 35cac9fda028 -r b36ce828bf65 devel/cscope/Makefile
--- a/devel/cscope/Makefile     Sun Aug 07 18:21:31 2005 +0000
+++ b/devel/cscope/Makefile     Sun Aug 07 19:47:23 2005 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index