Received: by mail.netbsd.org (Postfix, from userid 605) id 8308A84D31; Fri, 1 Jun 2018 14:28:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CA96984D24 for ; Fri, 1 Jun 2018 14:28:29 +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 EaYIzayIl2pf for ; Fri, 1 Jun 2018 14:28:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0BA7084CD0 for ; Fri, 1 Jun 2018 14:28:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 03B5EFBEC; Fri, 1 Jun 2018 14:28:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152786330824830" MIME-Version: 1.0 Date: Fri, 1 Jun 2018 14:28:28 +0000 From: "Youri Mouton" Subject: CVS commit: pkgsrc/x11/mate-screensaver To: pkgsrc-changes@NetBSD.org Reply-To: youri@netbsd.org X-Mailer: log_accum Message-Id: <20180601142829.03B5EFBEC@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. --_----------=_152786330824830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: youri Date: Fri Jun 1 14:28:28 UTC 2018 Modified Files: pkgsrc/x11/mate-screensaver: Makefile Log Message: Remove double inclusion of prefs.mk. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/mate-screensaver/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152786330824830 Content-Disposition: inline Content-Length: 719 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/mate-screensaver/Makefile diff -u pkgsrc/x11/mate-screensaver/Makefile:1.11 pkgsrc/x11/mate-screensaver/Makefile:1.12 --- pkgsrc/x11/mate-screensaver/Makefile:1.11 Mon May 14 13:14:01 2018 +++ pkgsrc/x11/mate-screensaver/Makefile Fri Jun 1 14:28:28 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2018/05/14 13:14:01 youri Exp $ +# $NetBSD: Makefile,v 1.12 2018/06/01 14:28:28 youri Exp $ .include "../../meta-pkgs/mate/Makefile.common" @@ -51,8 +51,6 @@ MAKE_DIRS+= /etc/pam.d CONF_FILES+= ${PREFIX}/share/examples/pam.d/mate-screensaver \ /etc/pam.d/mate-screensaver -.include "../../mk/bsd.prefs.mk" - DEPENDS+= consolekit-[0-9]*:../../sysutils/consolekit .endif --_----------=_152786330824830--