1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

net-mgmt/icinga2: fix build options mysql, postgres

PR: 273095
This commit is contained in:
Dirk Meyer 2023-09-14 16:40:50 +02:00
parent ae44846d3b
commit 4cd3b097e7

View File

@ -1,7 +1,7 @@
PORTNAME= icinga2
DISTVERSIONPREFIX= v
DISTVERSION= 2.14.0
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= net-mgmt
MAINTAINER= joneum@FreeBSD.org
@ -35,8 +35,8 @@ UNITY_DESC= Use icinga unity build system (faster, memory intensive)
MONPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/monitoring-plugins
NAGPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/nagios-plugins
MYSQL_CMAKE_ON= -DICINGA2_WITH_MYSQL:BOOL=true
PGSQL_CMAKE_ON= -DICINGA2_WITH_PGSQL:BOOL=true
MYSQL_CMAKE_OFF= -DICINGA2_WITH_MYSQL=OFF
PGSQL_CMAKE_OFF= -DICINGA2_WITH_PGSQL=OFF
UNITY_CMAKE_OFF= -DICINGA2_UNITY_BUILD=OFF
ICINGA2USER?= icinga