diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-07-29 11:30:33 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-07-29 11:30:33 +0000 |
commit | b6046a79b65760891270c34d55abe3c2dfe03d87 (patch) | |
tree | 2798e56d1d1c716bbeca6a36c633a3dcaaffec8b /irc | |
parent | 97be08931e6d0574690838811f65f7ef798eb8c3 (diff) | |
download | ports-b6046a79b65760891270c34d55abe3c2dfe03d87.tar.gz ports-b6046a79b65760891270c34d55abe3c2dfe03d87.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/unreal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/unreal/Makefile b/irc/unreal/Makefile index 163296cc4399..8ff74c488268 100644 --- a/irc/unreal/Makefile +++ b/irc/unreal/Makefile @@ -44,7 +44,7 @@ CONFIGURE_ARGS= --with-listen=5 \ --with-fd-setsize=1024 \ --enable-dynamic-linking -OPTIONS_DEFINE= HIB NOSPOOF ZIPLINKS SSL IPV6 PREFIXAQ REMOTE DOCS +OPTIONS_DEFINE= HUB NOSPOOF ZIPLINKS SSL IPV6 PREFIXAQ REMOTE DOCS OPTIONS_DEFAULT= HUB HUB_DESC= Configure as a hub (otherwise configure as a leaf) NOSPOOF_DESC= Enable anti-spoof protection |