Received: by mail.netbsd.org (Postfix, from userid 605) id BF43784D85; Sat, 14 Oct 2017 13:36:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5187E84D29 for ; Sat, 14 Oct 2017 13:36:57 +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 taTV7xeZWqYz for ; Sat, 14 Oct 2017 13:36:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B578D84CDE for ; Sat, 14 Oct 2017 13:36:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4ED4AFBC7; Sat, 14 Oct 2017 13:36:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150798821224230" MIME-Version: 1.0 Date: Sat, 14 Oct 2017 13:36:52 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/x11/xfce4-tumbler To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20171014133652.4ED4AFBC7@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. --_----------=_150798821224230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: prlw1 Date: Sat Oct 14 13:36:52 UTC 2017 Modified Files: pkgsrc/x11/xfce4-tumbler: Makefile Log Message: xfce4-tumbler: requires glib-marshal which is now in py-glib2-tools To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/xfce4-tumbler/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150798821224230 Content-Disposition: inline Content-Length: 668 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xfce4-tumbler/Makefile diff -u pkgsrc/x11/xfce4-tumbler/Makefile:1.29 pkgsrc/x11/xfce4-tumbler/Makefile:1.30 --- pkgsrc/x11/xfce4-tumbler/Makefile:1.29 Mon Sep 4 20:20:56 2017 +++ pkgsrc/x11/xfce4-tumbler/Makefile Sat Oct 14 13:36:52 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2017/09/04 20:20:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.30 2017/10/14 13:36:52 prlw1 Exp $ # # @@ -36,6 +36,7 @@ CFLAGS+= -g .include "options.mk" +.include "../../devel/glib2/buildtools.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/openjpeg/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" --_----------=_150798821224230--