From 5dafc0c6698ff8c13aec91003c37cbf812bb02f9 Mon Sep 17 00:00:00 2001 From: Jim Mock Date: Sun, 26 Nov 2000 05:08:19 +0000 Subject: Bring in the SSL support from the xchat-devel port. PR: 23092 Submitted by: Ron Rosson --- irc/xchat-gnome/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'irc/xchat-gnome') diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 05b69f2c7f2e..c7c4572e9641 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/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 -- cgit v1.2.3