aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ircd-ratbox
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-01-28 17:04:34 +0800
committerantoine <antoine@FreeBSD.org>2015-01-28 17:04:34 +0800
commit3f8f9555de685c5afb2a71dd7069de6e6fa457f6 (patch)
tree7c7ab2f19f9047bd1ebf8a7e3d95a1b55703f429 /irc/ircd-ratbox
parent50c0be66e74911e8d9cf3398d68cc645fb673372 (diff)
downloadfreebsd-ports-gnome-3f8f9555de685c5afb2a71dd7069de6e6fa457f6.tar.gz
freebsd-ports-gnome-3f8f9555de685c5afb2a71dd7069de6e6fa457f6.tar.zst
freebsd-ports-gnome-3f8f9555de685c5afb2a71dd7069de6e6fa457f6.zip
Move USE_OPENSSL to the correct place and remove a spurious WITH_OPENSSL_BASE=yes
Diffstat (limited to 'irc/ircd-ratbox')
-rw-r--r--irc/ircd-ratbox/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/ircd-ratbox/Makefile b/irc/ircd-ratbox/Makefile
index 0b6d78cb452a..f4869c156d87 100644
--- a/irc/ircd-ratbox/Makefile
+++ b/irc/ircd-ratbox/Makefile
@@ -17,7 +17,6 @@ CONFLICTS= ircd-ratbox-devel-[0-9]* charybdis-[0-9]*
USES= libtool tar:bzip2
#MAN8= ircd.8
-USE_OPENSSL= yes
USE_RC_SUBR= ircd-ratbox
USE_SQLITE= 3
USE_LDCONFIG= ${PREFIX}/lib/ircd-ratbox
@@ -68,7 +67,7 @@ OPTIONS_EXCLUDE= NLS EXAMPLES
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOPENSSL}
-WITH_OPENSSL_BASE=yes
+USE_OPENSSL= yes
CONFIGURE_ARGS+= --enable-openssl
.else
CONFIGURE_ARGS+= --disable-openssl