summaryrefslogtreecommitdiff
path: root/net/loudmouth
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-26 14:10:14 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-26 14:10:14 +0000
commitc2bfd109fc619a50f2a9a7323f1e4fc52e0987b9 (patch)
tree69a8d70ee844f98ee0b35afe9e46971c07eb47b7 /net/loudmouth
parent- Add the patch to fix build on -stable (diff)
- Chase library to new gnutls version
PR: 57246 Submitted by: Herbert J. Skuhra <herbert@bugat.at>
Notes
Notes: svn path=/head/; revision=89454
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