diff --git a/recipes/wip/net/httpd/recipe.toml b/recipes/wip/net/httpd/recipe.toml deleted file mode 100644 index dd31170fa749524b080f5b14ed708f99014c7515..0000000000000000000000000000000000000000 --- a/recipes/wip/net/httpd/recipe.toml +++ /dev/null @@ -1,8 +0,0 @@ -#TODO Not compiled or tested -[source] -tar = "https://dlcdn.apache.org/httpd/httpd-2.4.58.tar.bz2" -[build] -template = "configure" -dependencies = [ - "pcre", -]