diff options
-rw-r--r-- | net-mgmt/librenms/Makefile | 2 |
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: |