aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/mcabber
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-09-08 14:58:01 +0800
committerdougb <dougb@FreeBSD.org>2012-09-08 14:58:01 +0800
commit33a6609a385b3d1a3012e781f5290c309695949f (patch)
tree6236262c3192e4e99f803125268dd660f21acc6e /net-im/mcabber
parent5462acebcbedf46c444e72b3db12e96c213dfb51 (diff)
downloadfreebsd-ports-gnome-33a6609a385b3d1a3012e781f5290c309695949f.tar.gz
freebsd-ports-gnome-33a6609a385b3d1a3012e781f5290c309695949f.tar.zst
freebsd-ports-gnome-33a6609a385b3d1a3012e781f5290c309695949f.zip
Hook security/libotr3 up, and move ports that depend on the old version
to this new dependency.
Diffstat (limited to 'net-im/mcabber')
-rw-r--r--net-im/mcabber/Makefile4
1 files changed, 2 insertions, 2 deletions
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=""