diff options
author | mat <mat@FreeBSD.org> | 2013-07-29 19:30:33 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-07-29 19:30:33 +0800 |
commit | e3033a00729ac8ca130c037689e16e8000dd5244 (patch) | |
tree | 2798e56d1d1c716bbeca6a36c633a3dcaaffec8b /irc | |
parent | 885c03c97c0f1c5c4549bc9a06294060f48390c2 (diff) | |
download | freebsd-ports-gnome-e3033a00729ac8ca130c037689e16e8000dd5244.tar.gz freebsd-ports-gnome-e3033a00729ac8ca130c037689e16e8000dd5244.tar.zst freebsd-ports-gnome-e3033a00729ac8ca130c037689e16e8000dd5244.zip |
Typo.
PR: ports/180488
Submitted by: mat
Approved by: maintainer timeout
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 |