aboutsummaryrefslogtreecommitdiff
path: root/net-im/loudmouth
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2013-02-05 16:17:06 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2013-02-05 16:17:06 +0000
commit91e365d630f06550c027e8d6416042302496c4fb (patch)
tree39eb76ce76a50126ac09099f3cbbc3b7b481086a /net-im/loudmouth
parent0412e1a725a89281f5390bc9d0d2fb5c8cef318f (diff)
downloadports-91e365d630f06550c027e8d6416042302496c4fb.tar.gz
ports-91e365d630f06550c027e8d6416042302496c4fb.zip
Notes
Diffstat (limited to 'net-im/loudmouth')
-rw-r--r--net-im/loudmouth/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile
index d9cea4ef75e8..ae26d4726e5a 100644
--- a/net-im/loudmouth/Makefile
+++ b/net-im/loudmouth/Makefile
@@ -7,7 +7,7 @@
PORTNAME= loudmouth
PORTVERSION= 1.4.3
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net-im gnome
MASTER_SITES= GNOME
@@ -32,7 +32,7 @@ OPTIONS= GNUTLS "Enable SSL (via GnuTLS) support" on \
.include <bsd.port.pre.mk>
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
.endif