git: 004fa204e82e - main - net/libngtcp2: Use complete arguments/options

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 25 Sep 2024 06:17:41 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=004fa204e82ebcdd9c4deaea87783bac2f8c2616

commit 004fa204e82ebcdd9c4deaea87783bac2f8c2616
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-25 06:16:31 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-25 06:16:31 +0000

    net/libngtcp2: Use complete arguments/options
    
    - Add SLAVEDIRS
---
 net/libngtcp2/Makefile | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/net/libngtcp2/Makefile b/net/libngtcp2/Makefile
index 16344de7aa74..e810178fe73f 100644
--- a/net/libngtcp2/Makefile
+++ b/net/libngtcp2/Makefile
@@ -14,9 +14,20 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		libtool pathfix pkgconfig tar:xz
 
-CONFIGURE_ARGS=	--enable-lib-only --with-jemalloc
+CONFIGURE_ARGS=	--enable-lib-only \
+		--with-jemalloc \
+		--without-boringssl \
+		--without-gnutls \
+		--without-libbrotlidec \
+		--without-libbrotlienc \
+		--without-libev \
+		--without-libnghttp3 \
+		--without-openssl \
+		--without-wolfssl
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
+SLAVEDIRS=	net/libngtcp2-gnutls
+
 .include <bsd.port.mk>