diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-19 03:48:13 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-19 03:48:13 +0000 |
commit | d53980d055bc60d0a8a9f98efd97378bb734430a (patch) | |
tree | e8e5a43e15fac6af9bac9b782d87d1e744023b1d | |
parent | 7134fd56716cbd70910e27b38666b7b96c4567c3 (diff) | |
download | FreeBSD-ports-d53980d055bc60d0a8a9f98efd97378bb734430a.zip FreeBSD-ports-d53980d055bc60d0a8a9f98efd97378bb734430a.tar.gz |
Chase the gnutls shared lib version.
-rw-r--r-- | net-im/loudmouth/Makefile | 2 | ||||
-rw-r--r-- | net/loudmouth/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile index 0e61020..3fd14e2 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 0e61020..3fd14e2 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 |