pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cscope Do previous in a better way by asking for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d26a40ea4b65
branches:  trunk
changeset: 499331:d26a40ea4b65
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Sep 20 03:52:01 2005 +0000

description:
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:

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

diffs (22 lines):

diff -r f1927cdc5b26 -r d26a40ea4b65 devel/cscope/Makefile
--- a/devel/cscope/Makefile     Tue Sep 20 03:50:18 2005 +0000
+++ b/devel/cscope/Makefile     Tue Sep 20 03:52:01 2005 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index