mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
moved too much, this one still needs pdo
This commit is contained in:
@@ -5,7 +5,10 @@ GH_PROJECT = icingaweb2
|
||||
GH_TAGNAME = v2.13.0
|
||||
PKGNAME = icinga-web2-${GH_TAGNAME:S/v//}
|
||||
|
||||
MODULES= lang/php
|
||||
MODULES = lang/php
|
||||
|
||||
MODPHP_PDO_ALLOWED = mysql pgsql
|
||||
MODPHP_PDO_PREF = mysql
|
||||
|
||||
# Two alternatives are available for the module used for monitoring services;
|
||||
# the traditional "monitoring" module using IDO - this used to be bundled
|
||||
@@ -13,7 +16,8 @@ MODULES= lang/php
|
||||
# icingadb-web using Icinga DB.
|
||||
RUN_DEPENDS = lang/php/${MODPHP_VERSION},-intl \
|
||||
net/icinga/icinga-php-library \
|
||||
net/icinga/icinga-php-thirdparty
|
||||
net/icinga/icinga-php-thirdparty \
|
||||
${MODPHP_PDO_DEPENDS}
|
||||
|
||||
NO_TEST = Yes
|
||||
NO_BUILD = Yes
|
||||
|
||||
Reference in New Issue
Block a user