Received: by mail.netbsd.org (Postfix, from userid 605) id EF2BE84DAB; Mon, 12 Apr 2021 13:33:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3697584DA7 for ; Mon, 12 Apr 2021 13:33:45 +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 117UmHUeGtVP for ; Mon, 12 Apr 2021 13:33:44 +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 77B5384D39 for ; Mon, 12 Apr 2021 13:33:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6EEA2FA95; Mon, 12 Apr 2021 13:33:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618234424120670" MIME-Version: 1.0 Date: Mon, 12 Apr 2021 13:33:44 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel/libdazzle To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210412133344.6EEA2FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618234424120670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Apr 12 13:33:44 UTC 2021 Modified Files: pkgsrc/devel/libdazzle: Makefile Log Message: libdazzle: mark build-time dependencies To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libdazzle/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1618234424120670 Content-Disposition: inline Content-Length: 940 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libdazzle/Makefile diff -u pkgsrc/devel/libdazzle/Makefile:1.11 pkgsrc/devel/libdazzle/Makefile:1.12 --- pkgsrc/devel/libdazzle/Makefile:1.11 Thu Nov 5 09:28:29 2020 +++ pkgsrc/devel/libdazzle/Makefile Mon Apr 12 13:33:44 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2020/11/05 09:28:29 nia Exp $ +# $NetBSD: Makefile,v 1.12 2021/04/12 13:33:44 nia Exp $ DISTNAME= libdazzle-3.38.0 CATEGORIES= devel gnome @@ -21,8 +21,10 @@ PYTHON_FOR_BUILD_ONLY= tool PKGCONFIG_OVERRIDE_STAGE= pre-install PKGCONFIG_OVERRIDE+= output/meson-private/libdazzle-1.0.pc -.include "../../devel/meson/build.mk" +BUILDLINK_DEPMETHOD.gobject-introspection?= build .include "../../devel/gobject-introspection/buildlink3.mk" +.include "../../devel/meson/build.mk" +BUILDLINK_DEPMETHOD.vala?= build .include "../../lang/vala/buildlink3.mk" .include "../../x11/gtk3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1618234424120670--