summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-09-08 06:58:01 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-09-08 06:58:01 +0000
commit433f1ce663e834a3c52d31babc24e911f93997a9 (patch)
tree6236262c3192e4e99f803125268dd660f21acc6e /net-im
parentMark as broken on sparc64. (diff)
Hook security/libotr3 up, and move ports that depend on the old version
to this new dependency.
Notes
Notes: svn path=/head/; revision=303871
Diffstat (limited to 'net-im')
-rw-r--r--net-im/climm/Makefile4
-rw-r--r--net-im/mcabber/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile
index 360db13826f0..7f8b403dc828 100644
--- a/net-im/climm/Makefile
+++ b/net-im/climm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= climm
PORTVERSION= 0.7.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-im
MASTER_SITES= http://www.climm.org/source/ \
http://http.bg.climm.org/source/
@@ -37,7 +37,7 @@ XMPP_DESC= Enable XMPP Jabber support
.if ${PORT_OPTIONS:MOTR}
CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS+= --enable-otr
-LIB_DEPENDS+= otr:${PORTSDIR}/security/libotr
+LIB_DEPENDS+= otr.4:${PORTSDIR}/security/libotr3
.else
CONFIGURE_ARGS+= --disable-otr
.endif
diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile
index 0eadba58c47f..87534e2fe627 100644
--- a/net-im/mcabber/Makefile
+++ b/net-im/mcabber/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mcabber
PORTVERSION= 0.10.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-im
MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ CENKES
@@ -61,7 +61,7 @@ CONFIGURE_ARGS+=--disable-enchant
.endif
.if defined(WITH_OTR)
-LIB_DEPENDS+= otr.4:${PORTSDIR}/security/libotr \
+LIB_DEPENDS+= otr.4:${PORTSDIR}/security/libotr3 \
gcrypt.18:${PORTSDIR}/security/libgcrypt
CONFIGURE_ARGS+=--enable-otr
PLIST_SUB+= OTR=""