diff options
author | brnrd <brnrd@FreeBSD.org> | 2018-03-12 02:36:16 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2018-03-12 02:36:16 +0800 |
commit | f6cd62d8cbd16337caad56cf83305a57fcdb89fb (patch) | |
tree | 01d887f81b4a19b4080524459aff15fedda1fb0b /net-mgmt | |
parent | 6779ec1ba0f71afc0d3068fc14de45ef396a5069 (diff) | |
download | freebsd-ports-gnome-f6cd62d8cbd16337caad56cf83305a57fcdb89fb.tar.gz freebsd-ports-gnome-f6cd62d8cbd16337caad56cf83305a57fcdb89fb.tar.zst freebsd-ports-gnome-f6cd62d8cbd16337caad56cf83305a57fcdb89fb.zip |
Migrate USE_APACHE to USES= apache
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/observium/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/ocsinventory-ng/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/pandorafms_console/Makefile | 3 |
3 files changed, 3 insertions, 5 deletions
diff --git a/net-mgmt/observium/Makefile b/net-mgmt/observium/Makefile index 2b01f60c55f5..47393e4d2bd0 100644 --- a/net-mgmt/observium/Makefile +++ b/net-mgmt/observium/Makefile @@ -76,7 +76,7 @@ PORTDOCS= INSTALL README VERSION PORTEXAMPLES= snmp.conf.example snmpd.conf.example .if ${PORT_OPTIONS:MAPACHEMOD} -USE_APACHE_RUN= 22+ +USES+= apache:run,2.2+ .endif .if !defined(PACKAGE_BUILDING) USES+= php:mod diff --git a/net-mgmt/ocsinventory-ng/Makefile b/net-mgmt/ocsinventory-ng/Makefile index abd7c7dfad3c..3dc430779b5a 100644 --- a/net-mgmt/ocsinventory-ng/Makefile +++ b/net-mgmt/ocsinventory-ng/Makefile @@ -21,8 +21,7 @@ RUN_DEPENDS= p5-XML-Simple>=0:textproc/p5-XML-Simple \ p5-SOAP-Lite>=0:net/p5-SOAP-Lite \ p5-XML-Entities>=0:textproc/p5-XML-Entities -USES= mysql perl5 -USE_APACHE_RUN= 22+ +USES= apache:run,2.2+ mysql perl5 WANT_PHP_WEB= yes USE_PHP= mysql pcre zlib session xml gd zip openssl mbstring NO_ARCH= yes diff --git a/net-mgmt/pandorafms_console/Makefile b/net-mgmt/pandorafms_console/Makefile index 82691244ebbb..db52e97c1609 100644 --- a/net-mgmt/pandorafms_console/Makefile +++ b/net-mgmt/pandorafms_console/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${PANDORA_LICENSE_FILE} RUN_DEPENDS= ${LOCALBASE}/bin/twopi:graphics/graphviz -USES= shebangfix +USES= apache:run,2.2+ shebangfix SHEBANG_FILES= include/languages/extract_newlines.sh \ include/languages/util-all \ include/languages/util-bzr-update \ @@ -30,7 +30,6 @@ PGSQL_DESC= Use PostgreSQL backend (experimental) USE_PHP= curl filter gd gettext hash json ldap mbstring mysql \ snmp session xml zip zlib WANT_PHP_WEB= yes -USE_APACHE_RUN= 22+ SUB_FILES+= pandora_console.conf pkg-message newsyslog.conf SUB_LIST+= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} |