diff --git a/contrib/src/gnutls/rules.mak b/contrib/src/gnutls/rules.mak index 7d257c4507a4c7eeca9ae3105bf1c76592272476..4ae15daaebbb9920e3514cbd406335f80176dbf7 100644 --- a/contrib/src/gnutls/rules.mak +++ b/contrib/src/gnutls/rules.mak @@ -8,7 +8,7 @@ ifndef HAVE_DARWIN_OS PKGS += gnutls endif endif -ifeq ($(call need_pkg,"gnutls >= 3.3.6"),) +ifeq ($(call need_pkg,"gnutls >= 3.5.0"),) PKGS_FOUND += gnutls endif