diff options
author | jim <jim@FreeBSD.org> | 2000-11-26 13:08:19 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-11-26 13:08:19 +0800 |
commit | c14e7144907f772ea86865d6709aef877fb454b6 (patch) | |
tree | 03afd143273254b8af90f70042b511f3b72977b8 /irc/xchat-gnome | |
parent | e889e63904aa694c09f7f8e2eb7303d96ab9ccbc (diff) | |
download | freebsd-ports-gnome-c14e7144907f772ea86865d6709aef877fb454b6.tar.gz freebsd-ports-gnome-c14e7144907f772ea86865d6709aef877fb454b6.tar.zst freebsd-ports-gnome-c14e7144907f772ea86865d6709aef877fb454b6.zip |
Bring in the SSL support from the xchat-devel port.
PR: 23092
Submitted by: Ron Rosson <insane@lunatic.oneinsane.net>
Diffstat (limited to 'irc/xchat-gnome')
-rw-r--r-- | irc/xchat-gnome/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 |