svn commit: r435828 - head/net-mgmt/librenms

Antoine Brodin antoine at FreeBSD.org
Fri Mar 10 13:06:25 UTC 2017


Author: antoine
Date: Fri Mar 10 13:06:23 2017
New Revision: 435828
URL: https://svnweb.freebsd.org/changeset/ports/435828

Log:
  Do not override USES when PACKAGE_BUILDING is set, this should fix the
  failure reported by package builders

Modified:
  head/net-mgmt/librenms/Makefile

Modified: head/net-mgmt/librenms/Makefile
==============================================================================
--- head/net-mgmt/librenms/Makefile	Fri Mar 10 13:02:21 2017	(r435827)
+++ head/net-mgmt/librenms/Makefile	Fri Mar 10 13:06:23 2017	(r435828)
@@ -81,7 +81,7 @@ APACHEMOD_VARS_ON=	WANT_PHP_MOD=yes
 APACHEMOD_USE=		APACHE_RUN=22+
 .else
 # Package builder doesn't create php5 with module
-USES=		php:web
+USES+=		php:web
 .endif
 
 post-patch:


More information about the svn-ports-head mailing list