summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-31 08:50:51 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-31 08:50:51 +0000
commit3ca4845fece51f7cc426d0fd20ffc511d1fd3be0 (patch)
tree397872e807cf20e9e7b83bd685a582a36a646359
parentBump portrevision after r332194 and r331197 where librtmp was split off (diff)
Allow packaging as a user
Notes
Notes: svn path=/head/; revision=332216
-rw-r--r--www/bozohttpd/Makefile3
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