moved too much, this one still needs pdo

This commit is contained in:
sthen
2026-04-09 13:44:56 +00:00
parent b65b329f98
commit 8e70727d14
+6 -2
View File
@@ -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