diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-04 20:10:34 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-04 20:10:34 +0000 |
commit | 6538a067b9072345255fc92a562c4734043924c6 (patch) | |
tree | 1fe5ce0fb2341853f0587f16fb74556b8312c4e3 /devel/kscope | |
parent | e99aec31b2dec8fac94ea7de3747bb95f551dd8b (diff) | |
download | pkgsrc-6538a067b9072345255fc92a562c4734043924c6.tar.gz |
PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS
Diffstat (limited to 'devel/kscope')
-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 01545adf8ab..fdb3b6b5956 100644 --- a/devel/kscope/Makefile +++ b/devel/kscope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2008/01/18 05:14:34 tnn Exp $ +# $NetBSD: Makefile,v 1.18 2008/02/04 20:10:35 tnn 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 pkg-config +USE_TOOLS+= gmake lex pkg-config USE_LIBTOOL= yes USE_LANGUAGES= c c++ |