Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2022 15:43:13 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6c35869fd916 - main - chinese/fcitx5-mcbopomofo: Use CMAKE_OFF instead of setting Off in CMAKE_ARGS
Message-ID:  <202212301543.2BUFhDG9087442@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212301543.2BUFhDG9087442>