diff options
Diffstat (limited to 'net-im/climm/Makefile')
-rw-r--r-- | net-im/climm/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile index 3e1f215fe6c8..89b1d0172910 100644 --- a/net-im/climm/Makefile +++ b/net-im/climm/Makefile @@ -6,8 +6,7 @@ # PORTNAME= climm -PORTVERSION= 0.6.1 -PORTREVISION= 2 +PORTVERSION= 0.6.2 CATEGORIES= net-im MASTER_SITES= http://www.climm.org/source/ \ http://http.bg.climm.org/source/ @@ -31,23 +30,22 @@ OPTIONS= LIBICONV "Iconv character set conversion" on \ P2P "Peer2peer connection support" on \ TCL "TCL scripting support" on \ SSL "SSL/OTR encryption support" on \ - REMOTE "Remote control fifo support" on -# XMPP "XMPP Jabber support" on + REMOTE "Remote control fifo support" on \ + XMPP "XMPP Jabber support" off .include <bsd.port.pre.mk> -# XMPP support is currently broken - forcefully turn this off -WITHOUT_XMPP= true - .if defined(WITHOUT_SSL) CONFIGURE_ARGS+= --disable-ssl --disable-otr .else . if defined(WITHOUT_XMPP) CONFIGURE_ARGS+= --enable-ssl=openssl . else -CONFIGURE_ARGS+= --enable-ssl=gnutls +CONFIGURE_ARGS+= --enable-ssl=gnutls --with-libgnutls-prefix=${LOCALBASE} LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls . endif +CPPFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ARGS+= --with-libgcrypt-prefix=${LOCALBASE} LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt \ otr:${PORTSDIR}/security/libotr \ gpg-error:${PORTSDIR}/security/libgpg-error |