diff options
author | minskim <minskim@pkgsrc.org> | 2006-07-10 00:34:59 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-07-10 00:34:59 +0000 |
commit | 28be5ae1b516cf53990ddf92a7c350a0396e46f1 (patch) | |
tree | 3bd0505e7cd4d02dd88153945e4ca1adcda66500 /devel | |
parent | 9e95b82b7bc191e3038c800823c7782e4f04d408 (diff) | |
download | pkgsrc-28be5ae1b516cf53990ddf92a7c350a0396e46f1.tar.gz |
USE_TOOLS+=bison
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsgraph/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index 28ce65632ba..657ca775dc0 100644 --- a/devel/cvsgraph/Makefile +++ b/devel/cvsgraph/Makefile @@ -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 @@ MAINTAINER= adrianp@NetBSD.org 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} |