aboutsummaryrefslogtreecommitdiff
path: root/irc/xchat
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2000-11-26 05:08:19 +0000
committerJim Mock <jim@FreeBSD.org>2000-11-26 05:08:19 +0000
commit5dafc0c6698ff8c13aec91003c37cbf812bb02f9 (patch)
tree1b37c1a95292c5734dd8c2a27c42247d5f8b481f /irc/xchat
parentd45be7cfe8639937c7fc103dc8a078cd97fef9ee (diff)
downloadports-5dafc0c6698ff8c13aec91003c37cbf812bb02f9.tar.gz
ports-5dafc0c6698ff8c13aec91003c37cbf812bb02f9.zip
Bring in the SSL support from the xchat-devel port.
PR: 23092 Submitted by: Ron Rosson <insane@lunatic.oneinsane.net>
Notes
Notes: svn path=/head/; revision=35430
Diffstat (limited to 'irc/xchat')
-rw-r--r--irc/xchat/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile
index 05b69f2c7f2e..c7c4572e9641 100644
--- a/irc/xchat/Makefile
+++ b/irc/xchat/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