summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-08-27 10:41:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-08-27 10:41:15 +0000
commit2935e071d922097cc45d7582a9c7c846a2e46e8e (patch)
treebc40104744cdc3057bc9fd6eb249a4c3150e2f73 /irc
parent- Drop .la files, no dependees require them (diff)
Enable SSL by default.
PR: 193010 Submitted by: dumbbell Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=366303
Diffstat (limited to 'irc')
-rw-r--r--irc/unreal/Makefile3
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