aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-06 21:55:58 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-06 21:56:33 +0000
commit7ca6cad1091a2ca7e636e31af3005deaf2c0c552 (patch)
treec3a1fe2e7887285da88c837581e363200bd8d945
parentf9068a7b11a746a99d927e28d39ffb3da0c867b0 (diff)
downloadports-7ca6cad1091a2ca7e636e31af3005deaf2c0c552.tar.gz
ports-7ca6cad1091a2ca7e636e31af3005deaf2c0c552.zip
www/libnghttp3: Remove USES=compiler:c++17-lang
PR: 274761 Reported by: diizzy
-rw-r--r--www/libnghttp3/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/libnghttp3/Makefile b/www/libnghttp3/Makefile
index fbb05faf4ae8..b70a0dd10e4f 100644
--- a/www/libnghttp3/Makefile
+++ b/www/libnghttp3/Makefile
@@ -13,12 +13,11 @@ WWW= https://nghttp2.org/nghttp3/ \
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= compiler:c++17-lang libtool pathfix pkgconfig tar:xz
+USES= libtool pathfix pkgconfig tar:xz
CONFIGURE_ARGS= --enable-lib-only
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-USE_CXXSTD= c++17
USE_LDCONFIG= yes
.include <bsd.port.mk>