diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-04 20:10:34 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-04 20:10:34 +0000 |
commit | 8620b3e7568f276f9bd01c0e3719b151d9ba9390 (patch) | |
tree | 1fe5ce0fb2341853f0587f16fb74556b8312c4e3 /chat/ircu | |
parent | 282e2b7e88ae0e44f7017538446160f58a221826 (diff) | |
download | pkgsrc-8620b3e7568f276f9bd01c0e3719b151d9ba9390.tar.gz |
PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS
Diffstat (limited to 'chat/ircu')
-rw-r--r-- | chat/ircu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/ircu/Makefile b/chat/ircu/Makefile index 0724899aae7..8e548047398 100644 --- a/chat/ircu/Makefile +++ b/chat/ircu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2008/01/30 23:07:37 adrianp Exp $ +# $NetBSD: Makefile,v 1.30 2008/02/04 20:10:34 tnn Exp $ # DISTNAME= ircu2.10.12.12 @@ -13,6 +13,7 @@ COMMENT= Internet Relay Chat server customized for Undernet CONFLICTS+= ircd-hybrid-[0-9]* GNU_CONFIGURE= YES +USE_TOOLS+= lex CONFIGURE_ARGS+= --bindir=${PREFIX}/sbin CONFIGURE_ARGS+= --with-cpath=${PKG_SYSCONFDIR}/ircd.conf |