pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cvsgraph USE_TOOLS+=bison



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c5d32cb7b94
branches:  trunk
changeset: 515855:6c5d32cb7b94
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Jul 10 00:34:59 2006 +0000

description:
USE_TOOLS+=bison

diffstat:

 devel/cvsgraph/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 10cbf84a2725 -r 6c5d32cb7b94 devel/cvsgraph/Makefile
--- a/devel/cvsgraph/Makefile   Sun Jul 09 23:58:42 2006 +0000
+++ b/devel/cvsgraph/Makefile   Mon Jul 10 00:34:59 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/04/22 09:22:07 rillig Exp $
+# $NetBSD: Makefile,v 1.27 2006/07/10 00:34:59 minskim Exp $
 #
 
 DISTNAME=      cvsgraph-1.6.0
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://www.akhphd.au.dk/~bertho/cvsgraph/
 COMMENT=       Graphically represents CVS/RCS branches and file revisions
 
-USE_TOOLS+=            lex
+USE_TOOLS+=            bison lex
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
 



Home | Main Index | Thread Index | Old Index