diff options
author | jim <jim@FreeBSD.org> | 2000-11-26 05:08:19 +0000 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-11-26 05:08:19 +0000 |
commit | c14e7144907f772ea86865d6709aef877fb454b6 (patch) | |
tree | 03afd143273254b8af90f70042b511f3b72977b8 /irc/xchat2 | |
parent | e889e63904aa694c09f7f8e2eb7303d96ab9ccbc (diff) | |
download | FreeBSD-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/Makefile | 5 |
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 |