summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-02-04 20:10:34 +0000
committertnn <tnn@pkgsrc.org>2008-02-04 20:10:34 +0000
commit6538a067b9072345255fc92a562c4734043924c6 (patch)
tree1fe5ce0fb2341853f0587f16fb74556b8312c4e3 /devel
parente99aec31b2dec8fac94ea7de3747bb95f551dd8b (diff)
downloadpkgsrc-6538a067b9072345255fc92a562c4734043924c6.tar.gz
PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS
Diffstat (limited to 'devel')
-rw-r--r--devel/cqual/Makefile4
-rw-r--r--devel/kscope/Makefile4
-rw-r--r--devel/rpc2/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/cqual/Makefile b/devel/cqual/Makefile
index 45e221b05c0..dcf57dd2eae 100644
--- a/devel/cqual/Makefile
+++ b/devel/cqual/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/02/22 19:01:17 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2008/02/04 20:10:35 tnn Exp $
#
DISTNAME= cqual-0.991
@@ -12,7 +12,7 @@ COMMENT= Tool for adding type qualifiers to C
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake perl:run bison
+USE_TOOLS+= gmake perl:run bison m4
REPLACE_PERL+= bin/*
INFO_FILES= yes
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++
diff --git a/devel/rpc2/Makefile b/devel/rpc2/Makefile
index 0cc398ca30e..47a2e0bd0bd 100644
--- a/devel/rpc2/Makefile
+++ b/devel/rpc2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2008/01/29 20:50:43 gdt Exp $
+# $NetBSD: Makefile,v 1.34 2008/02/04 20:10:35 tnn Exp $
#
DISTNAME= rpc2-2.7
@@ -16,7 +16,7 @@ USE_TOOLS+= gmake perl pkg-config
# in configure.in, but with yacc in USE_TOOLS, then there
# should always be at least yacc and this is no
# longer necessary.
-USE_TOOLS+= yacc
+USE_TOOLS+= lex yacc
GNU_CONFIGURE= YES
USE_LIBTOOL= YES