Received: by mail.netbsd.org (Postfix, from userid 605) id A0EF184DE1; Sat, 9 Mar 2019 01:51:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 26E0D84DDE for ; Sat, 9 Mar 2019 01:51:28 +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 wwrtlDyxmHCu for ; Sat, 9 Mar 2019 01:51:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7B45B84CCF for ; Sat, 9 Mar 2019 01:51:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 74755FB16; Sat, 9 Mar 2019 01:51:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1552096287181990" MIME-Version: 1.0 Date: Sat, 9 Mar 2019 01:51:27 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/meta-pkgs/mate To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20190309015127.74755FB16@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. --_----------=_1552096287181990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sat Mar 9 01:51:27 UTC 2019 Modified Files: pkgsrc/meta-pkgs/mate: Makefile Log Message: meta-pkgs/mate: add libmatemixer to Makefile To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/meta-pkgs/mate/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1552096287181990 Content-Disposition: inline Content-Length: 903 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/mate/Makefile diff -u pkgsrc/meta-pkgs/mate/Makefile:1.20 pkgsrc/meta-pkgs/mate/Makefile:1.21 --- pkgsrc/meta-pkgs/mate/Makefile:1.20 Wed Mar 6 05:47:42 2019 +++ pkgsrc/meta-pkgs/mate/Makefile Sat Mar 9 01:51:27 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/03/06 05:47:42 gutteridge Exp $ +# $NetBSD: Makefile,v 1.21 2019/03/09 01:51:27 gutteridge Exp $ PKGNAME= mate-${VERSION} CATEGORIES= meta-pkgs @@ -16,6 +16,7 @@ DEPENDS+= caja-extensions>=${VERSION}:.. DEPENDS+= engrampa>=${VERSION}:../../archivers/engrampa DEPENDS+= eom>=${VERSION}:../../graphics/eom DEPENDS+= libmatekbd>=${VERSION}:../../x11/libmatekbd +DEPENDS+= libmatemixer>=${VERSION}:../../audio/libmatemixer DEPENDS+= libmateweather>=${VERSION}:../../misc/libmateweather DEPENDS+= marco>=${VERSION}:../../wm/marco DEPENDS+= mate-applets>=${VERSION}:../../x11/mate-applets --_----------=_1552096287181990--