summaryrefslogtreecommitdiffstats
path: root/irc/xchat2
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>2000-11-26 05:08:19 +0000
committerjim <jim@FreeBSD.org>2000-11-26 05:08:19 +0000
commitc14e7144907f772ea86865d6709aef877fb454b6 (patch)
tree03afd143273254b8af90f70042b511f3b72977b8 /irc/xchat2
parente889e63904aa694c09f7f8e2eb7303d96ab9ccbc (diff)
downloadFreeBSD-ports-c14e7144907f772ea86865d6709aef877fb454b6.zip
FreeBSD-ports-c14e7144907f772ea86865d6709aef877fb454b6.tar.gz
Bring in the SSL support from the xchat-devel port.
PR: 23092 Submitted by: Ron Rosson <insane@lunatic.oneinsane.net>
Diffstat (limited to 'irc/xchat2')
-rw-r--r--irc/xchat2/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile
index 05b69f2..c7c4572 100644
--- a/irc/xchat2/Makefile
+++ b/irc/xchat2/Makefile
@@ -35,6 +35,11 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
CONFIGURE_ARGS+= --enable-socks
.endif
+.if defined(WITH_SSL)
+USE_OPENSSL= YES
+CONFIGURE_ARGS+= --enable-openssl
+.endif
+
.if defined(HAVE_GNOME)
USE_GNOME= yes
CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf
OpenPOWER on IntegriCloud