diff options
Diffstat (limited to 'net/loudmouth/Makefile')
-rw-r--r-- | net/loudmouth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/loudmouth/Makefile b/net/loudmouth/Makefile index 7531e6f..aab68dd 100644 --- a/net/loudmouth/Makefile +++ b/net/loudmouth/Makefile @@ -31,7 +31,7 @@ WITH_GNUTLS= yes .endif .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --without-ssl .endif |