summaryrefslogtreecommitdiff
path: root/devel/rpc2
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/rpc2
parente99aec31b2dec8fac94ea7de3747bb95f551dd8b (diff)
downloadpkgsrc-6538a067b9072345255fc92a562c4734043924c6.tar.gz
PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS
Diffstat (limited to 'devel/rpc2')
-rw-r--r--devel/rpc2/Makefile4
1 files changed, 2 insertions, 2 deletions
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