svn commit: r403730 - head/www/obhttpd

Mathieu Arnold mat at FreeBSD.org
Mon Dec 14 17:16:55 UTC 2015


Author: mat
Date: Mon Dec 14 17:16:54 2015
New Revision: 403730
URL: https://svnweb.freebsd.org/changeset/ports/403730

Log:
  Fix build as a user.
  
  Sponsored by:	Absolight

Modified:
  head/www/obhttpd/Makefile

Modified: head/www/obhttpd/Makefile
==============================================================================
--- head/www/obhttpd/Makefile	Mon Dec 14 16:19:34 2015	(r403729)
+++ head/www/obhttpd/Makefile	Mon Dec 14 17:16:54 2015	(r403730)
@@ -17,6 +17,7 @@ GH_PROJECT=	httpd
 
 USE_OPENSSL=	yes
 USE_RC_SUBR=	obhttpd
+USES=		uidfix
 
 WITH_OPENSSL_PORT=yes
 OPENSSL_PORT=	security/libressl


More information about the svn-ports-head mailing list