diff options
author | Jim Mock <jim@FreeBSD.org> | 2000-11-26 05:08:19 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2000-11-26 05:08:19 +0000 |
commit | 5dafc0c6698ff8c13aec91003c37cbf812bb02f9 (patch) | |
tree | 1b37c1a95292c5734dd8c2a27c42247d5f8b481f /irc/xchat1 | |
parent | d45be7cfe8639937c7fc103dc8a078cd97fef9ee (diff) | |
download | ports-5dafc0c6698ff8c13aec91003c37cbf812bb02f9.tar.gz ports-5dafc0c6698ff8c13aec91003c37cbf812bb02f9.zip |
Notes
Diffstat (limited to 'irc/xchat1')
-rw-r--r-- | irc/xchat1/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index 05b69f2c7f2e..c7c4572e9641 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/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 |