Received: by mail.netbsd.org (Postfix, from userid 605) id DF6DA84E71; Sat, 21 Jan 2023 09:28:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1564484E6E for ; Sat, 21 Jan 2023 09:28:21 +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 ee2D-LR7eftG for ; Sat, 21 Jan 2023 09:28:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 96A0084D3C for ; Sat, 21 Jan 2023 09:28:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8B081FA90; Sat, 21 Jan 2023 09:28:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167429330072230" MIME-Version: 1.0 Date: Sat, 21 Jan 2023 09:28:20 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/shells/sheldon To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230121092820.8B081FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167429330072230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jan 21 09:28:20 UTC 2023 Modified Files: pkgsrc/shells/sheldon: Makefile Log Message: sheldon: add pkg-config to tools To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/shells/sheldon/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167429330072230 Content-Disposition: inline Content-Length: 578 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/shells/sheldon/Makefile diff -u pkgsrc/shells/sheldon/Makefile:1.1 pkgsrc/shells/sheldon/Makefile:1.2 --- pkgsrc/shells/sheldon/Makefile:1.1 Wed Jan 18 17:54:38 2023 +++ pkgsrc/shells/sheldon/Makefile Sat Jan 21 09:28:20 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2023/01/18 17:54:38 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2023/01/21 09:28:20 wiz Exp $ DISTNAME= sheldon-0.7.1 CATEGORIES= shells @@ -13,6 +13,7 @@ LICENSE= apache-2.0 .include "cargo-depends.mk" USE_LANGUAGES= c +USE_TOOLS+= pkg-config AUTO_MKDIRS= yes --_----------=_167429330072230--