summaryrefslogtreecommitdiff
path: root/www/nghttp2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-07-08 15:05:26 +0000
committerwiz <wiz@pkgsrc.org>2022-07-08 15:05:26 +0000
commit688785184645de38757cebf1445399ad0a4e3293 (patch)
treeb73fb927d0b6a41b5b40ff334735777feda1630a /www/nghttp2
parent100d4559413040a44e3512de2d9ad26852cbc766 (diff)
downloadpkgsrc-688785184645de38757cebf1445399ad0a4e3293.tar.gz
nghttp2: does not support python 2.x
Diffstat (limited to 'www/nghttp2')
-rw-r--r--www/nghttp2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile
index 9ae8ce030bf..dbe7500f1b5 100644
--- a/www/nghttp2/Makefile
+++ b/www/nghttp2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2022/07/01 16:38:52 adam Exp $
+# $NetBSD: Makefile,v 1.76 2022/07/08 15:05:26 wiz Exp $
.include "Makefile.common"
@@ -14,6 +14,8 @@ CONFIGURE_ARGS+= --enable-lib-only
PKGCONFIG_OVERRIDE+= lib/libnghttp2.pc.in
PKGCONFIG_OVERRIDE+= src/libnghttp2_asio.pc.in
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
REPLACE_PYTHON+= script/fetch-ocsp-response
.include "options.mk"