diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-31 16:50:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-31 16:50:51 +0800 |
commit | 5ed69ec5755c089bf8d14d105dde06a390e2127e (patch) | |
tree | 397872e807cf20e9e7b83bd685a582a36a646359 /www | |
parent | 35569ee665dd6cbb90e672c89d4dc6839a644863 (diff) | |
download | freebsd-ports-gnome-5ed69ec5755c089bf8d14d105dde06a390e2127e.tar.gz freebsd-ports-gnome-5ed69ec5755c089bf8d14d105dde06a390e2127e.tar.zst freebsd-ports-gnome-5ed69ec5755c089bf8d14d105dde06a390e2127e.zip |
Allow packaging as a user
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 |