aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/mcabber
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-07-03 19:40:49 +0800
committerswills <swills@FreeBSD.org>2011-07-03 19:40:49 +0800
commitae430b66773d3ab07cec0ef7e1d20258c09e74ab (patch)
tree081b0a98b3f4c8b38cbeffd11f0a9604a15c599f /net-im/mcabber
parent1c1171950f538d258ac5d58e810ddf82c3ccb4cc (diff)
downloadfreebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.tar.gz
freebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.tar.zst
freebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.zip
- Chase the libgcrypt shared lib version
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 fd8e946a67b8..30063482fc82 100644
--- a/net-im/mcabber/Makefile
+++ b/net-im/mcabber/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mcabber
PORTVERSION= 0.10.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ CENKES
@@ -60,7 +60,7 @@ CONFIGURE_ARGS+=--disable-enchant
.if defined(WITH_OTR)
LIB_DEPENDS+= otr.4:${PORTSDIR}/security/libotr \
- gcrypt.17:${PORTSDIR}/security/libgcrypt
+ gcrypt.18:${PORTSDIR}/security/libgcrypt
CONFIGURE_ARGS+=--enable-otr
PLIST_SUB+= OTR=""
.else