Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 2015 17:16:54 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403730 - head/www/obhttpd
Message-ID:  <201512141716.tBEHGswF061977@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512141716.tBEHGswF061977>