diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/bozohttpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index bf34081e89b7..1522ac674c17 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -14,12 +14,13 @@ LICENSE= BSD USE_BZIP2= YES USE_RC_SUBR= bozohttpd -NEED_ROOT= yes #options handling OPTIONS_DEFINE= HTPASSWD SSL CGI OPTIONS_DEFAULT= SSL CGI +USES= uidfix + HTPASSWD_DESC= Enable htpassword support SSL_DESC= Enable SSL support CGI_DESC= Enable CGI support |