Received: by mail.netbsd.org (Postfix, from userid 605) id 365BF84D98; Wed, 8 May 2019 01:02:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C494F84D88 for ; Wed, 8 May 2019 01:02:21 +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 cijJz5wRGKcl for ; Wed, 8 May 2019 01:02:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 24D7D84CD3 for ; Wed, 8 May 2019 01:02:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1DE13FB16; Wed, 8 May 2019 01:02:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15572773414930" MIME-Version: 1.0 Date: Wed, 8 May 2019 01:02:21 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/xfce4-places-plugin To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20190508010221.1DE13FB16@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. --_----------=_15572773414930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed May 8 01:02:21 UTC 2019 Modified Files: pkgsrc/x11/xfce4-places-plugin: Makefile Log Message: xfce4-places-plugin: simplify dependency list There's no need to note a GTK3 dependency here, it's taken care of by meta-pkgs/xfce4/Makefile.common. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/x11/xfce4-places-plugin/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15572773414930 Content-Disposition: inline Content-Length: 841 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xfce4-places-plugin/Makefile diff -u pkgsrc/x11/xfce4-places-plugin/Makefile:1.42 pkgsrc/x11/xfce4-places-plugin/Makefile:1.43 --- pkgsrc/x11/xfce4-places-plugin/Makefile:1.42 Sat May 4 19:23:45 2019 +++ pkgsrc/x11/xfce4-places-plugin/Makefile Wed May 8 01:02:20 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2019/05/04 19:23:45 gutteridge Exp $ +# $NetBSD: Makefile,v 1.43 2019/05/08 01:02:20 gutteridge Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -10,7 +10,6 @@ MASTER_SITES= http://archive.xfce.org/sr HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin COMMENT= Xfce Places plugin -.include "../../x11/gtk3/buildlink3.mk" .include "../../x11/xfce4-panel/buildlink3.mk" .include "../../x11/xfce4-exo/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_15572773414930--