aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-07-03 11:40:49 +0000
committerSteve Wills <swills@FreeBSD.org>2011-07-03 11:40:49 +0000
commite0755b977ddf2301673392c45576331ca8dadbf4 (patch)
tree92cb5bc433c23c9c04b834cf71a29ff984579775 /net-im
parentfbb7343c346a1f20491ae407f8878480a44f83a2 (diff)
downloadports-e0755b977ddf2301673392c45576331ca8dadbf4.tar.gz
ports-e0755b977ddf2301673392c45576331ca8dadbf4.zip
- Chase the libgcrypt shared lib version
Notes
Notes: svn path=/head/; revision=276971
Diffstat (limited to 'net-im')
-rw-r--r--net-im/climm/Makefile2
-rw-r--r--net-im/mcabber/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile
index 447405cc38ae..cfeccae534c9 100644
--- a/net-im/climm/Makefile
+++ b/net-im/climm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= climm
PORTVERSION= 0.7.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-im
MASTER_SITES= http://www.climm.org/source/ \
http://http.bg.climm.org/source/
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