git: 6c35869fd916 - main - chinese/fcitx5-mcbopomofo: Use CMAKE_OFF instead of setting Off in CMAKE_ARGS

From: Li-Wen Hsu <lwhsu_at_FreeBSD.org>
Date: Fri, 30 Dec 2022 15:43:13 UTC
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6c35869fd916cbfd8ff193449e947f9f2ce681f4

commit 6c35869fd916cbfd8ff193449e947f9f2ce681f4
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2022-12-30 15:42:07 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-12-30 15:42:07 +0000

    chinese/fcitx5-mcbopomofo: Use CMAKE_OFF instead of setting Off in CMAKE_ARGS
---
 chinese/fcitx5-mcbopomofo/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chinese/fcitx5-mcbopomofo/Makefile b/chinese/fcitx5-mcbopomofo/Makefile
index ce72f17f33fe..562258e49d2f 100644
--- a/chinese/fcitx5-mcbopomofo/Makefile
+++ b/chinese/fcitx5-mcbopomofo/Makefile
@@ -19,6 +19,6 @@ GH_ACCOUNT=	openvanilla
 
 USE_KDE=	ecm
 
-CMAKE_ARGS=	-DENABLE_TEST=Off
+CMAKE_OFF=	ENABLE_TEST
 
 .include <bsd.port.mk>