git: 04310ee1d630 - main - devel/libddwaf: Spell CMAKE_ON correctly
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 11:43:07 UTC
The branch main has been updated by tobik:
URL: https://cgit.FreeBSD.org/ports/commit/?id=04310ee1d630ca02aa652ca374a9e86c404a8f95
commit 04310ee1d630ca02aa652ca374a9e86c404a8f95
Author: Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2023-06-30 09:21:04 +0000
Commit: Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2023-06-30 11:39:14 +0000
devel/libddwaf: Spell CMAKE_ON correctly
LIBDDWAF_BUILD_SHARED and LIBDDWAF_BUILD_STATIC are already on by
default.
Reported by: portfmt scan
---
devel/libddwaf/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/libddwaf/Makefile b/devel/libddwaf/Makefile
index b6a6ae11ea31..55dd527244c8 100644
--- a/devel/libddwaf/Makefile
+++ b/devel/libddwaf/Makefile
@@ -23,7 +23,7 @@ LIB_DEPENDS= libac.so:devel/libac \
USES= cmake compiler:c++17-lang localbase:ldflags
CMAKE_OFF= LIBDDWAF_KEEP_SYMBOL_FILE LIBDDWAF_TESTING
-CMAEK_ON= LIBDDWAF_BUILD_SHARED LIBDDWAF_BUILD_STATIC
+CMAKE_ON= LIBDDWAF_BUILD_SHARED LIBDDWAF_BUILD_STATIC
USE_GITHUB= yes
GH_ACCOUNT= DataDog