diff --git a/recipes/wip/net/download/wget/recipe.toml b/recipes/wip/net/download/wget/recipe.toml index 753b0ee57..81b5d2cd1 100644 --- a/recipes/wip/net/download/wget/recipe.toml +++ b/recipes/wip/net/download/wget/recipe.toml @@ -1,8 +1,8 @@ -#TODO make GnuTLS work +#TODO not compiled or tested [source] tar = "https://ftp.gnu.org/gnu/wget/wget-1.21.4.tar.gz" [build] template = "configure" dependencies = [ - "gnutls", + "openssl1", ]