diff options
author | tnn <tnn> | 2008-02-04 20:10:34 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-02-04 20:10:34 +0000 |
commit | 30ecd46b4c8910fe9f755a50511911504eafa6a8 (patch) | |
tree | 1fe5ce0fb2341853f0587f16fb74556b8312c4e3 /devel/rpc2 | |
parent | 26ca017cda69c951528e4ffed07a1392c24ed83c (diff) | |
download | pkgsrc-30ecd46b4c8910fe9f755a50511911504eafa6a8.tar.gz |
PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS
Diffstat (limited to 'devel/rpc2')
-rw-r--r-- | devel/rpc2/Makefile | 4 |
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 |