diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-28 17:04:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-28 17:04:34 +0800 |
commit | 3f8f9555de685c5afb2a71dd7069de6e6fa457f6 (patch) | |
tree | 7c7ab2f19f9047bd1ebf8a7e3d95a1b55703f429 /irc/ircd-ratbox | |
parent | 50c0be66e74911e8d9cf3398d68cc645fb673372 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |