Received: by mail.netbsd.org (Postfix, from userid 605) id 61A9E84D91; Fri, 2 Aug 2019 08:21:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DD00184D69 for ; Fri, 2 Aug 2019 08:21:05 +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 G3ks2MV1FP7s for ; Fri, 2 Aug 2019 08:21:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 45E9C84D4E for ; Fri, 2 Aug 2019 08:21:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3D4FCFBF4; Fri, 2 Aug 2019 08:21:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1564734065104200" MIME-Version: 1.0 Date: Fri, 2 Aug 2019 08:21:05 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/gexiv2 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190802082105.3D4FCFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1564734065104200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Aug 2 08:21:05 UTC 2019 Modified Files: pkgsrc/graphics/gexiv2: Makefile Log Message: gexiv2: Require vala for build only To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/gexiv2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1564734065104200 Content-Disposition: inline Content-Length: 765 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/gexiv2/Makefile diff -u pkgsrc/graphics/gexiv2/Makefile:1.5 pkgsrc/graphics/gexiv2/Makefile:1.6 --- pkgsrc/graphics/gexiv2/Makefile:1.5 Tue Jul 16 08:27:39 2019 +++ pkgsrc/graphics/gexiv2/Makefile Fri Aug 2 08:21:05 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2019/07/16 08:27:39 nia Exp $ +# $NetBSD: Makefile,v 1.6 2019/08/02 08:21:05 nia Exp $ DISTNAME= gexiv2-0.12.0 CATEGORIES= graphics devel @@ -29,5 +29,6 @@ BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--ver .include "../../devel/glib2/buildlink3.mk" .include "../../devel/gobject-introspection/buildlink3.mk" .include "../../graphics/exiv2/buildlink3.mk" +BUILDLINK_DEPMETHOD.vala= build .include "../../lang/vala/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1564734065104200--