Received: by mail.netbsd.org (Postfix, from userid 605) id 587C184D63; Mon, 12 Apr 2021 12:57:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 931BD84D39 for ; Mon, 12 Apr 2021 12:57:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id V61kV70FQSWL for ; Mon, 12 Apr 2021 12:57:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 29C7084D14 for ; Mon, 12 Apr 2021 12:57:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2707CFA95; Mon, 12 Apr 2021 12:57:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161823223574340" MIME-Version: 1.0 Date: Mon, 12 Apr 2021 12:57:15 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/zathura-cb To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210412125715.2707CFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161823223574340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Apr 12 12:57:15 UTC 2021 Modified Files: pkgsrc/graphics/zathura-cb: Makefile Log Message: zathura-cb: set PYTHON_FOR_BUILD_ONLY To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/zathura-cb/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161823223574340 Content-Disposition: inline Content-Length: 682 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/zathura-cb/Makefile diff -u pkgsrc/graphics/zathura-cb/Makefile:1.20 pkgsrc/graphics/zathura-cb/Makefile:1.21 --- pkgsrc/graphics/zathura-cb/Makefile:1.20 Mon Aug 17 20:19:12 2020 +++ pkgsrc/graphics/zathura-cb/Makefile Mon Apr 12 12:57:14 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2020/08/17 20:19:12 leot Exp $ +# $NetBSD: Makefile,v 1.21 2021/04/12 12:57:14 nia Exp $ # DISTNAME= zathura-cb-0.1.8 @@ -14,6 +14,8 @@ LICENSE= zlib USE_TOOLS+= pkg-config +PYTHON_FOR_BUILD_ONLY= tool + .include "../../devel/meson/build.mk" .include "../../archivers/libarchive/buildlink3.mk" .include "../../graphics/cairo/buildlink3.mk" --_----------=_161823223574340--