Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DD00D8505E for ; Fri, 24 Nov 2023 20:25:39 +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 hZC4Ua-HhvqM for ; Fri, 24 Nov 2023 20:25:39 +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 3B89B85056 for ; Fri, 24 Nov 2023 20:25:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2A709FA3F; Fri, 24 Nov 2023 20:25:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170085753981040" MIME-Version: 1.0 Date: Fri, 24 Nov 2023 20:25:39 +0000 From: "Jonathan A. Kollasch" Subject: CVS commit: pkgsrc/graphics/argyllcms To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: jakllsch@netbsd.org X-Mailer: log_accum Message-Id: <20231124202539.2A709FA3F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170085753981040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jakllsch Date: Fri Nov 24 20:25:39 UTC 2023 Modified Files: pkgsrc/graphics/argyllcms: Makefile Log Message: Switch BUILD_DEPENDS to TOOL_DEPENDS as had been done in pkgsrc-wip. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/argyllcms/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170085753981040 Content-Disposition: inline Content-Length: 751 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/argyllcms/Makefile diff -u pkgsrc/graphics/argyllcms/Makefile:1.1 pkgsrc/graphics/argyllcms/Makefile:1.2 --- pkgsrc/graphics/argyllcms/Makefile:1.1 Fri Nov 17 17:37:48 2023 +++ pkgsrc/graphics/argyllcms/Makefile Fri Nov 24 20:25:39 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2023/11/17 17:37:48 jakllsch Exp $ +# $NetBSD: Makefile,v 1.2 2023/11/24 20:25:39 jakllsch Exp $ DISTNAME= Argyll_V3.0.2_src PKGNAME= ${DISTNAME:S/_V/cms-/:S/_src$//:tl} @@ -22,7 +22,7 @@ PKGCONFIG_OVERRIDE+= zlib/zlib.pc.in BUILDLINK_TRANSFORM+= rm:-ldl -BUILD_DEPENDS+= jam>=2.5.2:../../devel/jam +TOOL_DEPENDS+= jam>=2.5.2:../../devel/jam do-build: cd ${WRKSRC} && ${SETENV} DESTDIR=${DESTDIR} PREFIX=${PREFIX} \ --_----------=_170085753981040--