git: 291bc8da83ee - main - science/openmodelica: Fix typo in cmake option name

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 19 Dec 2022 19:38:49 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=291bc8da83ee25e14b174ebb5df9941351715c9c

commit 291bc8da83ee25e14b174ebb5df9941351715c9c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-19 15:54:19 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-19 19:38:47 +0000

    science/openmodelica: Fix typo in cmake option name
---
 science/openmodelica/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/openmodelica/Makefile b/science/openmodelica/Makefile
index ac122b9230fa..9ce2d71e83f8 100644
--- a/science/openmodelica/Makefile
+++ b/science/openmodelica/Makefile
@@ -65,7 +65,7 @@ GH_TUPLE=	\
 CMAKE_ARGS=	-DCMAKE_MAKE_PROGRAM=gmake \
 		-DPython_EXECUTABLE=${PYTHON_CMD}
 
-CMAKE_ARGS+=	-DDOM_USE_CCACHE:BOOL=${CCACHE_ENABLED:S/yes/ON/:S/no/OFF/} # if refuses to build w/out ccache by default
+CMAKE_ARGS+=	-DOM_USE_CCACHE:BOOL=${CCACHE_ENABLED:S/yes/ON/:S/no/OFF/} # if refuses to build w/out ccache by default
 
 LDFLAGS+=	-lexecinfo -lintl -pthread