diff options
author | mat <mat@FreeBSD.org> | 2015-12-15 01:16:54 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-12-15 01:16:54 +0800 |
commit | 8907ee8af3faa5400bfd4a7ae41619ecbd8fe641 (patch) | |
tree | e00376b2f37b1b715e2c55a9e8ab68af23278762 /www | |
parent | bf15dd6ad926e61ededbfc5edd7c5708e884c901 (diff) | |
download | freebsd-ports-graphics-8907ee8af3faa5400bfd4a7ae41619ecbd8fe641.tar.gz freebsd-ports-graphics-8907ee8af3faa5400bfd4a7ae41619ecbd8fe641.tar.zst freebsd-ports-graphics-8907ee8af3faa5400bfd4a7ae41619ecbd8fe641.zip |
Fix build as a user.
Sponsored by: Absolight
Diffstat (limited to 'www')
-rw-r--r-- | www/obhttpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/obhttpd/Makefile b/www/obhttpd/Makefile index b6564aafba3..c5c4560eddb 100644 --- a/www/obhttpd/Makefile +++ b/www/obhttpd/Makefile @@ -17,6 +17,7 @@ GH_PROJECT= httpd USE_OPENSSL= yes USE_RC_SUBR= obhttpd +USES= uidfix WITH_OPENSSL_PORT=yes OPENSSL_PORT= security/libressl |