aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/librenms
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-03-10 21:06:23 +0800
committerantoine <antoine@FreeBSD.org>2017-03-10 21:06:23 +0800
commitbab997dea0823bdd34d5ca0dba654828125fc255 (patch)
tree8cfa005ebf82a965570f6692d7b90693698d2c6d /net-mgmt/librenms
parent0d6a7f57775568cc06e0b88f749c0a7dc8b739d9 (diff)
downloadfreebsd-ports-gnome-bab997dea0823bdd34d5ca0dba654828125fc255.tar.gz
freebsd-ports-gnome-bab997dea0823bdd34d5ca0dba654828125fc255.tar.zst
freebsd-ports-gnome-bab997dea0823bdd34d5ca0dba654828125fc255.zip
Do not override USES when PACKAGE_BUILDING is set, this should fix the
failure reported by package builders
Diffstat (limited to 'net-mgmt/librenms')
-rw-r--r--net-mgmt/librenms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/librenms/Makefile b/net-mgmt/librenms/Makefile
index 17ec4572429b..3a75876e391f 100644
--- a/net-mgmt/librenms/Makefile
+++ b/net-mgmt/librenms/Makefile
@@ -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: