Received: by mail.netbsd.org (Postfix, from userid 605) id 2F54784E79; Mon, 13 Feb 2023 08:03:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5E90684D95 for ; Mon, 13 Feb 2023 08:03:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id AzaX-uoxbLAl for ; Mon, 13 Feb 2023 08:03:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E1DCE84CEA for ; Mon, 13 Feb 2023 08:03:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D47E9FA90; Mon, 13 Feb 2023 08:03:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167627540386080" MIME-Version: 1.0 Date: Mon, 13 Feb 2023 08:03:23 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/cad/kicad To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20230213080323.D47E9FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167627540386080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Mon Feb 13 08:03:23 UTC 2023 Modified Files: pkgsrc/cad/kicad: Makefile Log Message: kicad: remove a BUILD_DEPENDS. USE_TOOLS is sufficient. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 pkgsrc/cad/kicad/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167627540386080 Content-Disposition: inline Content-Length: 651 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cad/kicad/Makefile diff -u pkgsrc/cad/kicad/Makefile:1.71 pkgsrc/cad/kicad/Makefile:1.72 --- pkgsrc/cad/kicad/Makefile:1.71 Mon Feb 13 07:59:01 2023 +++ pkgsrc/cad/kicad/Makefile Mon Feb 13 08:03:23 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2023/02/13 07:59:01 tnn Exp $ +# $NetBSD: Makefile,v 1.72 2023/02/13 08:03:23 tnn Exp $ # V= 7.0.0 @@ -15,7 +15,6 @@ COMMENT= Schematic and PCB CAD software LICENSE= gnu-gpl-v3 BUILD_DEPENDS+= swig4-[0-9]*:../../devel/swig4 -BUILD_DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools DEPENDS+= git-base-[0-9]*:../../devel/git-base USE_PKGLOCALEDIR= yes --_----------=_167627540386080--