From 5ed69ec5755c089bf8d14d105dde06a390e2127e Mon Sep 17 00:00:00 2001 From: bapt Date: Thu, 31 Oct 2013 08:50:51 +0000 Subject: Allow packaging as a user --- www/bozohttpd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/bozohttpd') 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 -- cgit