summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authordholland <dholland>2014-06-29 06:27:07 +0000
committerdholland <dholland>2014-06-29 06:27:07 +0000
commit183e7ecf0603fbe4ee1327f0b39861b2075de7ad (patch)
tree067ffc291b84f9801171546a1362d68417e36bcd /devel
parent0000730adb5eadd58fe46ed6a4a946356638a33c (diff)
downloadpkgsrc-183e7ecf0603fbe4ee1327f0b39861b2075de7ad.tar.gz
USE_TOOLS+=yacc, seen in linux build
Diffstat (limited to 'devel')
-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