summaryrefslogtreecommitdiff
path: root/devel/rpc2
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2007-08-06 13:09:13 +0000
committergdt <gdt@pkgsrc.org>2007-08-06 13:09:13 +0000
commit64f046ffbd5c6615e2f6cfdbb246b779e003de61 (patch)
tree75a65e48583ab0ba4e76d474408fb86d745c662d /devel/rpc2
parent00527980b4c10c188763c922f86fa1d6f5c7c3a3 (diff)
downloadpkgsrc-64f046ffbd5c6615e2f6cfdbb246b779e003de61.tar.gz
USE_TOOLS+= yacc
Diffstat (limited to 'devel/rpc2')
-rw-r--r--devel/rpc2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/rpc2/Makefile b/devel/rpc2/Makefile
index 1d9933f9356..c9d87c561e8 100644
--- a/devel/rpc2/Makefile
+++ b/devel/rpc2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2007/08/06 12:54:25 gdt Exp $
+# $NetBSD: Makefile,v 1.30 2007/08/06 13:09:13 gdt Exp $
#
DISTNAME= rpc2-2.6
@@ -11,6 +11,9 @@ HOMEPAGE= http://www.coda.cs.cmu.edu/
COMMENT= CMU (Coda) remote procedure call package
USE_TOOLS+= gmake perl
+# Right now yacc is not actually used, just checked for.
+USE_TOOLS+= yacc
+
GNU_CONFIGURE= YES
USE_LIBTOOL= YES