diff options
author | obache <obache@pkgsrc.org> | 2010-07-10 11:50:15 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-07-10 11:50:15 +0000 |
commit | bc4122384c28cb1ab6a20aa9fc96c13101d76bba (patch) | |
tree | 6a4f976cc08f3dedb18f0d7d0cb4ef238af92a6e /chat | |
parent | 46fd81f046121a2ee78bbd566f59bb3691e05210 (diff) | |
download | pkgsrc-bc4122384c28cb1ab6a20aa9fc96c13101d76bba.tar.gz |
Need yacc to build.
PR#43595 by Aleksey CHeusov.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/ircu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/ircu/Makefile b/chat/ircu/Makefile index c1dfefc5716..cf299058073 100644 --- a/chat/ircu/Makefile +++ b/chat/ircu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2008/04/07 17:22:48 joerg Exp $ +# $NetBSD: Makefile,v 1.34 2010/07/10 11:50:15 obache Exp $ # DISTNAME= ircu2.10.12.12 @@ -16,7 +16,7 @@ CONFLICTS+= ircd-hybrid-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES -USE_TOOLS+= lex +USE_TOOLS+= lex yacc CONFIGURE_ARGS+= --bindir=${PREFIX}/sbin CONFIGURE_ARGS+= --with-cpath=${PKG_SYSCONFDIR}/ircd.conf |