aboutsummaryrefslogtreecommitdiff
path: root/net-im/loudmouth/Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-07-06 17:41:23 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-07-06 17:41:23 +0000
commit26d33e9388ed49b2d1c682c076896f04aaf45fe0 (patch)
treeecb24e727ceae8537e59d0e75c1d2b8e2f7ca1cf /net-im/loudmouth/Makefile
parent5396181e478657af59fb7dabc5a2e90f259bf0d0 (diff)
downloadports-26d33e9388ed49b2d1c682c076896f04aaf45fe0.tar.gz
ports-26d33e9388ed49b2d1c682c076896f04aaf45fe0.zip
Chase gnutls shlib version change.
Notes
Notes: svn path=/head/; revision=167068
Diffstat (limited to 'net-im/loudmouth/Makefile')
-rw-r--r--net-im/loudmouth/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile
index 203f3a3288ff..b703927634d4 100644
--- a/net-im/loudmouth/Makefile
+++ b/net-im/loudmouth/Makefile
@@ -7,6 +7,7 @@
PORTNAME= loudmouth
PORTVERSION= 1.0.4
+PORTREVISION= 1
CATEGORIES= net-im gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
@@ -28,7 +29,7 @@ OPTIONS= GNUTLS "Enable SSL (via GnuTLS) support" on
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_GNUTLS)
-LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --without-ssl
.endif