summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland>2014-06-29 06:27:07 +0000
committerdholland <dholland>2014-06-29 06:27:07 +0000
commit36b36a3cf9abd3808e167745dd621153faf02730 (patch)
tree067ffc291b84f9801171546a1362d68417e36bcd
parent3855cfefe4310a9f47cd628a5dca54454e4d01f0 (diff)
downloadpkgsrc-36b36a3cf9abd3808e167745dd621153faf02730.tar.gz
USE_TOOLS+=yacc, seen in linux build
-rw-r--r--devel/openrcs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/openrcs/Makefile b/devel/openrcs/Makefile
index 52eed70ed14..ce564bf16a6 100644
--- a/devel/openrcs/Makefile
+++ b/devel/openrcs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.2 2013/06/03 21:17:25 asau Exp $
+# $NetBSD: Makefile,v 1.2 2014/06/29 06:27:07 dholland Exp $
DISTNAME= openrcs-20110824192219
CATEGORIES= devel
@@ -10,7 +10,7 @@ COMMENT= OpenRCS is RCS clone from OpenBSD project
WRKSRC= $(WRKDIR)/openrcs
-USE_TOOLS= aclocal automake autoconf
+USE_TOOLS= aclocal automake autoconf yacc
GNU_CONFIGURE= yes
USE_LIBTOOL= yes