diff options
author | markd <markd@pkgsrc.org> | 2008-06-04 09:30:07 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-06-04 09:30:07 +0000 |
commit | a26a64cb3c6465c1ee71967357c751c0e127cb36 (patch) | |
tree | dd9fcdd1983c01c6e5acc03f739b5451aa092e04 | |
parent | 32e1a5ac6fbd8586b7bb3528b1e777d23a2a3ece (diff) | |
download | pkgsrc-a26a64cb3c6465c1ee71967357c751c0e127cb36.tar.gz |
Really wants flex.
-rw-r--r-- | devel/kscope/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/kscope/Makefile b/devel/kscope/Makefile index fdb3b6b5956..68eb2b19cd1 100644 --- a/devel/kscope/Makefile +++ b/devel/kscope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2008/02/04 20:10:35 tnn Exp $ +# $NetBSD: Makefile,v 1.19 2008/06/04 09:30:07 markd Exp $ # DISTNAME= kscope-1.6.0 @@ -14,7 +14,7 @@ DEPENDS+= cscope>=15.6:../../devel/cscope DEPENDS+= exctags>=5.5.4:../../devel/exctags GNU_CONFIGURE= yes -USE_TOOLS+= gmake lex pkg-config +USE_TOOLS+= gmake flex pkg-config USE_LIBTOOL= yes USE_LANGUAGES= c c++ |