summaryrefslogtreecommitdiff
path: root/net-im/mcabber
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-05-03 16:36:39 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-05-03 16:36:39 +0000
commit2898e3fa0cd98a2293e7ac858e3efaf16444c98c (patch)
tree0c98bf4df764b75bc08fe49f8d5555bf3212ef21 /net-im/mcabber
parentUpdate to 1.5.2 (diff)
Chase security/libgcrypt update
Notes
Notes: svn path=/head/; revision=317220
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 7adaa4574907..48587b940e09 100644
--- a/net-im/mcabber/Makefile
+++ b/net-im/mcabber/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mcabber
PORTVERSION= 0.10.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-im
MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ CENKES
@@ -58,7 +58,7 @@ CONFIGURE_ARGS+=--disable-enchant
.if ${PORT_OPTIONS:MOTR}
LIB_DEPENDS+= otr.4:${PORTSDIR}/security/libotr3 \
- gcrypt.18:${PORTSDIR}/security/libgcrypt
+ gcrypt:${PORTSDIR}/security/libgcrypt
CONFIGURE_ARGS+=--enable-otr
PLIST_SUB+= OTR=""
.else