diff --git a/recipes/wip/net/download/wget/recipe.toml b/recipes/wip/net/download/wget/recipe.toml index 753b0ee5782151f23f7ba49ab035de80b03da85c..81b5d2cd1ac378465e708dfeae52e9674d624c78 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", ]