git: 3fdbf709577b - main - net-mgmt/zabbix6-proxy: Add MYSQLDV similar to zabbix6-server
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Aug 2022 15:48:27 UTC
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=3fdbf709577b7cf99d178719f1be31497671a85b commit 3fdbf709577b7cf99d178719f1be31497671a85b Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2022-08-23 15:46:35 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2022-08-23 15:48:11 +0000 net-mgmt/zabbix6-proxy: Add MYSQLDV similar to zabbix6-server Add MYSQLDV similar to zabbix6-server (to allow user-specified MySQL version to be used.) --- net-mgmt/zabbix6-proxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mgmt/zabbix6-proxy/Makefile b/net-mgmt/zabbix6-proxy/Makefile index 1e43b7949df2..36b6fc0e5f20 100644 --- a/net-mgmt/zabbix6-proxy/Makefile +++ b/net-mgmt/zabbix6-proxy/Makefile @@ -4,6 +4,6 @@ PKGNAMESUFFIX= -proxy MASTERDIR= ${.CURDIR}/../${PORTNAME}-server -OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE ORACLE +OPTIONS_SINGLE_DB= MYSQL MYSQLDV PGSQL SQLITE ORACLE .include "${MASTERDIR}/Makefile"