diff options
Diffstat (limited to 'irc/ircd-ratbox-devel/Makefile')
-rw-r--r-- | irc/ircd-ratbox-devel/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/irc/ircd-ratbox-devel/Makefile b/irc/ircd-ratbox-devel/Makefile index 362c802845fd..9bf9a1056fa6 100644 --- a/irc/ircd-ratbox-devel/Makefile +++ b/irc/ircd-ratbox-devel/Makefile @@ -8,7 +8,7 @@ PORTNAME= ircd-ratbox #PORTVERSION= 3.0.0 -DISTVERSION= 3.0.0beta12 +DISTVERSION= 3.0.0rc2 CATEGORIES= irc ipv6 MASTER_SITES= ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/testing/ \ ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/testing/ \ @@ -55,8 +55,7 @@ OPTIONS= OPENSSL "Enable openssl support" on \ SHARED_MODULES "Enable shared modules support" on \ ASSERT "Enable debugging code" off \ SMALL_NET "Tune server for small networks" off \ - SERVICES "Enable ratbox-services compatibility code" off \ - SSLONLY "Enable SSL only chan' support (chanmode +S)" off + SERVICES "Enable ratbox-services compatibility code" off #---------------------------------------------------------------------- @@ -95,10 +94,6 @@ CONFIGURE_ARGS+= --enable-small-net CONFIGURE_ARGS+= --enable-services .endif -.if defined(WITH_SSLONLY) -CONFIGURE_ARGS+= --enable-sslonly-channels -.endif - #-- User Configuration ------------------------------------------------- .if defined(NICKLEN) |