Received: by mail.netbsd.org (Postfix, from userid 605) id 7B88484D83; Tue, 18 Jun 2019 16:54:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 034E284D78 for ; Tue, 18 Jun 2019 16:54:08 +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 GVqp1vq9p8fB for ; Tue, 18 Jun 2019 16:54:07 +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 921B684C8B for ; Tue, 18 Jun 2019 16:54:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8B25EFBF4; Tue, 18 Jun 2019 16:54:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1560876847214690" MIME-Version: 1.0 Date: Tue, 18 Jun 2019 16:54:07 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/x11/slim To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190618165407.8B25EFBF4@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. --_----------=_1560876847214690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Jun 18 16:54:07 UTC 2019 Modified Files: pkgsrc/x11/slim: Makefile Log Message: slim: This needs pkg-config. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/slim/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1560876847214690 Content-Disposition: inline Content-Length: 578 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/slim/Makefile diff -u pkgsrc/x11/slim/Makefile:1.4 pkgsrc/x11/slim/Makefile:1.5 --- pkgsrc/x11/slim/Makefile:1.4 Thu May 23 19:23:23 2019 +++ pkgsrc/x11/slim/Makefile Tue Jun 18 16:54:07 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2019/05/23 19:23:23 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2019/06/18 16:54:07 nia Exp $ DISTNAME= slim-1.3.6 PKGREVISION= 2 @@ -10,6 +10,7 @@ HOMEPAGE= https://github.com/iwamatsu/sl COMMENT= Simple login manager LICENSE= gnu-gpl-v2 +USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ USE_CMAKE= yes --_----------=_1560876847214690--