From 75fda50417138541aac9c9d40931175863855d96 Mon Sep 17 00:00:00 2001 From: Thomas Merkel Date: Sat, 19 Aug 2017 17:25:54 +0200 Subject: [PATCH] Remove python application dependency on nghttp2 Python is not needed for the current nghttp2 package to work because the current configuration in the Makefile use the option "disable-python-bindings". For that reason python should not be installed as dependency of nghttp2. --- www/nghttp2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index c9171c9529ce..86022297cd52 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,6 +1,7 @@ # $NetBSD: Makefile,v 1.28 2017/07/03 12:11:38 adam Exp $ DISTNAME= nghttp2-1.24.0 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} EXTRACT_SUFX= .tar.xz @@ -25,6 +26,5 @@ REPLACE_PYTHON+= script/fetch-ocsp-response .include "options.mk" -.include "../../lang/python/application.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/bsd.pkg.mk"