diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-08-27 10:41:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-08-27 10:41:15 +0000 |
commit | 2935e071d922097cc45d7582a9c7c846a2e46e8e (patch) | |
tree | bc40104744cdc3057bc9fd6eb249a4c3150e2f73 /irc/unreal/Makefile | |
parent | 8b3bcfc5b6f3d3dc3cd1eca0201ca0a18dc50e10 (diff) | |
download | ports-2935e071d922097cc45d7582a9c7c846a2e46e8e.tar.gz ports-2935e071d922097cc45d7582a9c7c846a2e46e8e.zip |
Enable SSL by default.
PR: 193010
Submitted by: dumbbell
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=366303
Diffstat (limited to 'irc/unreal/Makefile')
-rw-r--r-- | irc/unreal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/unreal/Makefile b/irc/unreal/Makefile index 5959cb3105e4..6b7007e12648 100644 --- a/irc/unreal/Makefile +++ b/irc/unreal/Makefile @@ -3,6 +3,7 @@ PORTNAME= Unreal PORTVERSION= 3.2.10.4 +PORTREVISION= 1 CATEGORIES= irc ipv6 MASTER_SITES= http://www.unrealircd.com/downloads/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -49,7 +50,7 @@ CONFIGURE_ARGS= --with-listen=5 \ --enable-dynamic-linking OPTIONS_DEFINE= HUB NOSPOOF ZIPLINKS SSL IPV6 PREFIXAQ REMOTE DOCS -OPTIONS_DEFAULT= HUB +OPTIONS_DEFAULT= HUB SSL HUB_DESC= Configure as a hub (otherwise configure as a leaf) NOSPOOF_DESC= Enable anti-spoof protection ZIPLINKS_DESC= Enable ziplinks support |