Received: by mail.netbsd.org (Postfix, from userid 605) id B15B384DA8; Mon, 12 Apr 2021 13:33:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EB89884D39 for ; Mon, 12 Apr 2021 13:33:14 +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 kMFp6AVyNJPT for ; Mon, 12 Apr 2021 13:33:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4306084C13 for ; Mon, 12 Apr 2021 13:33:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4036DFA95; Mon, 12 Apr 2021 13:33:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161823439486800" MIME-Version: 1.0 Date: Mon, 12 Apr 2021 13:33:14 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel/libhandy1 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210412133314.4036DFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161823439486800 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:14 UTC 2021 Modified Files: pkgsrc/devel/libhandy1: Makefile Log Message: libhandy1: mark build-time dependencies To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/libhandy1/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161823439486800 Content-Disposition: inline Content-Length: 911 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libhandy1/Makefile diff -u pkgsrc/devel/libhandy1/Makefile:1.2 pkgsrc/devel/libhandy1/Makefile:1.3 --- pkgsrc/devel/libhandy1/Makefile:1.2 Wed Nov 11 08:50:40 2020 +++ pkgsrc/devel/libhandy1/Makefile Mon Apr 12 13:33:14 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2020/11/11 08:50:40 nia Exp $ +# $NetBSD: Makefile,v 1.3 2021/04/12 13:33:14 nia Exp $ DISTNAME= libhandy-1.0.1 PKGNAME= ${DISTNAME:S/libhandy/libhandy1/1} @@ -22,8 +22,10 @@ PYTHON_FOR_BUILD_ONLY= tool PKGCONFIG_OVERRIDE_STAGE= pre-install PKGCONFIG_OVERRIDE+= output/meson-private/libhandy-1.pc +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" --_----------=_161823439486800--