Received: by mail.netbsd.org (Postfix, from userid 605) id DE3FC84DCC; Sat, 14 Oct 2017 21:25:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 70FA184D6A for ; Sat, 14 Oct 2017 21:25:37 +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 VizFJxmhE1B9 for ; Sat, 14 Oct 2017 21:25:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D4BFE84CE3 for ; Sat, 14 Oct 2017 21:25:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D04D7FBC7; Sat, 14 Oct 2017 21:25:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1508016336166720" MIME-Version: 1.0 Date: Sat, 14 Oct 2017 21:25:36 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/x11/libgnomekbd To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20171014212536.D04D7FBC7@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. --_----------=_1508016336166720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: prlw1 Date: Sat Oct 14 21:25:36 UTC 2017 Modified Files: pkgsrc/x11/libgnomekbd: Makefile Log Message: libgnomekbd: requires py-glib2-tools to build To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 pkgsrc/x11/libgnomekbd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1508016336166720 Content-Disposition: inline Content-Length: 764 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libgnomekbd/Makefile diff -u pkgsrc/x11/libgnomekbd/Makefile:1.52 pkgsrc/x11/libgnomekbd/Makefile:1.53 --- pkgsrc/x11/libgnomekbd/Makefile:1.52 Sun Jul 30 22:47:58 2017 +++ pkgsrc/x11/libgnomekbd/Makefile Sat Oct 14 21:25:36 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2017/07/30 22:47:58 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2017/10/14 21:25:36 prlw1 Exp $ # DISTNAME= libgnomekbd-2.32.0 @@ -23,6 +23,7 @@ PKGCONFIG_OVERRIDE+= libgnomekbd.pc.in PKGCONFIG_OVERRIDE+= libgnomekbdui.pc.in .include "../../devel/GConf/schemas.mk" +.include "../../devel/glib2/buildtools.mk" .include "../../x11/gtk2/buildlink3.mk" BUILDLINK_API_DEPENDS.libxklavier+= libxklavier>=4.0 .include "../../x11/libxklavier/buildlink3.mk" --_----------=_1508016336166720--