diff options
author | grant <grant@pkgsrc.org> | 2004-07-24 02:53:53 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-24 02:53:53 +0000 |
commit | 260be8cb27e5c5c642bfcff4ba0391aecdf17858 (patch) | |
tree | 5d8d3c7f6fec64701dc49868e55e0af3acd539b8 /devel | |
parent | 0d48368d9f4123cab4ca97a70db296400d16783b (diff) | |
download | pkgsrc-260be8cb27e5c5c642bfcff4ba0391aecdf17858.tar.gz |
this needs flex(1) to build.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsgraph/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index 569cced6f79..5fbd3310270 100644 --- a/devel/cvsgraph/Makefile +++ b/devel/cvsgraph/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/06/20 21:52:07 xtraeme Exp $ +# $NetBSD: Makefile,v 1.12 2004/07/24 02:53:53 grant Exp $ # DISTNAME= cvsgraph-1.2.0 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.akhphd.au.dk/~bertho/cvsgraph/ COMMENT= Graphically represents CVS/RCS branches and file revisions USE_BUILDLINK3= YES +USE_GNU_TOOLS+= lex USE_PKGINSTALL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |