diff options
author | dholland <dholland@pkgsrc.org> | 2014-06-29 06:27:07 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2014-06-29 06:27:07 +0000 |
commit | 474806df5e2b675a0014655fd2c3fdf60cee86bf (patch) | |
tree | 067ffc291b84f9801171546a1362d68417e36bcd /devel/openrcs | |
parent | 5e301a61612b20b215dc8d72f74629534e789ffe (diff) | |
download | pkgsrc-474806df5e2b675a0014655fd2c3fdf60cee86bf.tar.gz |
USE_TOOLS+=yacc, seen in linux build
Diffstat (limited to 'devel/openrcs')
-rw-r--r-- | devel/openrcs/Makefile | 4 |
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 |