Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1CBEF7A3DB for ; Fri, 17 Jun 2016 19:25:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 883ED85E99; Fri, 17 Jun 2016 19:25:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1840185E3F for ; Fri, 17 Jun 2016 19:25:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id kKq4rUwOiYO1 for ; Fri, 17 Jun 2016 19:25:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7ABF885DFD for ; Fri, 17 Jun 2016 19:25:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CE24EFBB5; Fri, 17 Jun 2016 19:24:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1466191475174370" MIME-Version: 1.0 Date: Fri, 17 Jun 2016 19:24:35 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/x11/dunst To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20160617192435.CE24EFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1466191475174370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Fri Jun 17 19:24:35 UTC 2016 Modified Files: pkgsrc/x11/dunst: Makefile Log Message: Fix build on Linux To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/dunst/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1466191475174370 Content-Disposition: inline Content-Length: 777 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/dunst/Makefile diff -u pkgsrc/x11/dunst/Makefile:1.3 pkgsrc/x11/dunst/Makefile:1.4 --- pkgsrc/x11/dunst/Makefile:1.3 Tue Jun 14 18:14:17 2016 +++ pkgsrc/x11/dunst/Makefile Fri Jun 17 19:24:35 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/06/14 18:14:17 kamil Exp $ +# $NetBSD: Makefile,v 1.4 2016/06/17 19:24:35 kamil Exp $ DISTNAME= dunst-1.1.0 PKGREVISION= 1 @@ -25,5 +25,6 @@ SUBST_SED.fix-paths+= -e 's,/usr/share, .include "../../devel/pango/buildlink3.mk" .include "../../sysutils/dbus/buildlink3.mk" .include "../../x11/libxdg-basedir/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libXScrnSaver/buildlink3.mk" +.include "../../x11/libXinerama/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1466191475174370--