git: 807e6dadba47 - main - www/nghttp2: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 15 Sep 2024 20:15:56 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=807e6dadba4705eb58ef871fc0053bc0e6c168f9

commit 807e6dadba4705eb58ef871fc0053bc0e6c168f9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-15 19:42:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-15 20:09:38 +0000

    www/nghttp2: Cosmetic change
---
 www/nghttp2/Makefile | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile
index 7af0308ee078..a08f33809d3a 100644
--- a/www/nghttp2/Makefile
+++ b/www/nghttp2/Makefile
@@ -16,8 +16,20 @@ LIB_DEPENDS=	libnghttp2.so:www/libnghttp2
 USES=		cmake compiler:c++20-lang cpe localbase:ldflags pathfix pkgconfig python:env shebangfix ssl tar:xz
 
 CMAKE_ARGS=	-DCMAKE_INSTALL_MANDIR=share/man
-CMAKE_OFF=	BUILD_SHARED_LIBS BUILD_STATIC_LIBS BUILD_TESTING ENABLE_DEBUG ENABLE_HTTP3 ENABLE_LIB_ONLY ENABLE_STATIC_CRT ENABLE_WERROR WITH_LIBBPF WITH_MRUBY WITH_NEVERBLEED
-CMAKE_ON=	ENABLE_FAILMALLOC ENABLE_THREADS WITH_JEMALLOC
+CMAKE_OFF=	BUILD_SHARED_LIBS \
+		BUILD_STATIC_LIBS \
+		BUILD_TESTING \
+		ENABLE_DEBUG \
+		ENABLE_HTTP3 \
+		ENABLE_LIB_ONLY \
+		ENABLE_STATIC_CRT \
+		ENABLE_WERROR \
+		WITH_LIBBPF \
+		WITH_MRUBY \
+		WITH_NEVERBLEED
+CMAKE_ON=	ENABLE_FAILMALLOC \
+		ENABLE_THREADS \
+		WITH_JEMALLOC
 USE_CXXSTD=	c++20
 USE_RC_SUBR=	nghttpx