aboutsummaryrefslogtreecommitdiffstats
path: root/net/loudmouth
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-09-26 22:10:14 +0800
committerkrion <krion@FreeBSD.org>2003-09-26 22:10:14 +0800
commit2e40b53c923387326dbcf0a7d21e18deea88df6a (patch)
tree7f24ccb8d2bd324adfff1d5eefede17ef2f2f635 /net/loudmouth
parent2edad06c28c0c9155530e9768e0e7eaf2d001022 (diff)
downloadfreebsd-ports-gnome-2e40b53c923387326dbcf0a7d21e18deea88df6a.tar.gz
freebsd-ports-gnome-2e40b53c923387326dbcf0a7d21e18deea88df6a.tar.zst
freebsd-ports-gnome-2e40b53c923387326dbcf0a7d21e18deea88df6a.zip
- Chase library to new gnutls version
PR: 57246 Submitted by: Herbert J. Skuhra <herbert@bugat.at>
Diffstat (limited to 'net/loudmouth')
-rw-r--r--net/loudmouth/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/loudmouth/Makefile b/net/loudmouth/Makefile
index 8ee31f763c4d..f4cb6c30b189 100644
--- a/net/loudmouth/Makefile
+++ b/net/loudmouth/Makefile
@@ -30,7 +30,7 @@ WITH_GNUTLS= yes
.endif
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.8:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.7:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --without-ssl
.endif