diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-11-29 21:11:55 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-11-29 21:11:55 +0000 |
commit | 1993d37ee3105f11b0adee56a77b55e91751240c (patch) | |
tree | eee110397e7c9cec40504bfef88d58e8a8a7f635 /chat/unrealircd/Makefile | |
parent | 52e690454511f3529398f23f05296daf56bafe4b (diff) | |
download | pkgsrc-1993d37ee3105f11b0adee56a77b55e91751240c.tar.gz |
Add advanced options available in the default ./Config script
Change default to hub, enable showlistmodes and remove prefixaq in line with
./Config defaults
No PKGREVISION bump (riding the initial import)
Diffstat (limited to 'chat/unrealircd/Makefile')
-rw-r--r-- | chat/unrealircd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/unrealircd/Makefile b/chat/unrealircd/Makefile index f8125e9f5ee..20927df5e24 100644 --- a/chat/unrealircd/Makefile +++ b/chat/unrealircd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/11/29 19:23:29 adrianp Exp $ +# $NetBSD: Makefile,v 1.3 2005/11/29 21:11:55 adrianp Exp $ DISTNAME= Unreal3.2.3 PKGNAME= unrealircd-3.2.3 @@ -30,7 +30,6 @@ CONFIGURE_ARGS+= --with-permissions=0660 CONFIGURE_ARGS+= --enable-dynamic-linking CONFIGURE_ARGS+= --with-hostname=${UIRCD_HOST} -CONFIGURE_ARGS+= --enable-prefixaq CONFIGURE_ARGS+= --with-listen=${UIRCD_LISTEN} CONFIGURE_ARGS+= --with-sendq=${UIRCD_SENDQ} CONFIGURE_ARGS+= --with-bufferpool=${UIRCD_BUFFER} |