From 6a12a8d4e98a9fd108b707c5bb5c5ca4d5ecf31a Mon Sep 17 00:00:00 2001 From: Xavier Beaudouin Date: Wed, 15 Jul 2026 11:24:19 +0700 Subject: [PATCH] Fix mariadb USES --- net-mgmt/zabbix74-server/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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