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 | 6538a067b9072345255fc92a562c4734043924c6 (patch) | |
tree | 1fe5ce0fb2341853f0587f16fb74556b8312c4e3 /chat/ircu/Makefile | |
parent | e99aec31b2dec8fac94ea7de3747bb95f551dd8b (diff) | |
download | pkgsrc-6538a067b9072345255fc92a562c4734043924c6.tar.gz |
PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS
Diffstat (limited to 'chat/ircu/Makefile')
-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 |