diff --git a/net-mgmt/zabbix74-server/Makefile b/net-mgmt/zabbix74-server/Makefile index fb686f3..035f20c 100644 --- a/net-mgmt/zabbix74-server/Makefile +++ b/net-mgmt/zabbix74-server/Makefile @@ -110,15 +110,15 @@ MYSQLDV_CONFIGURE_ON= --with-mysql MYSQLDV_USES+= compiler:c11 mysql MDB1011_CONFIGURE_ON= --with-mysql=${LOCALBASE}/bin/mysql_config -MDB1011_USES+= compiler:c11 mysql:10.11m +MDB1011_USES+= compiler:c11 mysql:1011m MDB1011_DESC= Mariadb 10.11 database support MDB114_CONFIGURE_ON= --with-mysql=${LOCALBASE}/bin/mysql_config -MDB114_USES+= compiler:c11 mysql:11.4m +MDB114_USES+= compiler:c11 mysql:114m MDB114_DESC= Mariadb 11.4 database support MDB118_CONFIGURE_ON= --with-mysql=${LOCALBASE}/bin/mysql_config -MDB118_USES+= compiler:c11 mysql:11.8m +MDB118_USES+= compiler:c11 mysql:118m MDB118_DESC= Mariadb 11.8 database support PGSQL_CONFIGURE_WITH= postgresql