aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-19 03:48:13 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-19 03:48:13 +0000
commit46492838ae4d7ed8c32c31298abd8fd5cde36ac6 (patch)
tree0df00fa683d100405a678525499a4c52c8c2786b
parent0fb8cfd8cffc9b1056c7a51ab1b7718454e95743 (diff)
downloadports-46492838ae4d7ed8c32c31298abd8fd5cde36ac6.tar.gz
ports-46492838ae4d7ed8c32c31298abd8fd5cde36ac6.zip
Chase the gnutls shared lib version.
Notes
Notes: svn path=/head/; revision=104579
-rw-r--r--net-im/loudmouth/Makefile2
-rw-r--r--net/loudmouth/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile
index 0e610202db8c..3fd14e25a9b8 100644
--- a/net-im/loudmouth/Makefile
+++ b/net-im/loudmouth/Makefile
@@ -30,7 +30,7 @@ WITH_GNUTLS= yes
.endif
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.7:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --without-ssl
.endif
diff --git a/net/loudmouth/Makefile b/net/loudmouth/Makefile
index 0e610202db8c..3fd14e25a9b8 100644
--- a/net/loudmouth/Makefile
+++ b/net/loudmouth/Makefile
@@ -30,7 +30,7 @@ WITH_GNUTLS= yes
.endif
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.7:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --without-ssl
.endif