Received: by mail.netbsd.org (Postfix, from userid 605) id 2589C84DCB; Thu, 19 Dec 2019 22:17:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A2EBA84D4E for ; Thu, 19 Dec 2019 22:17:10 +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 x2MvaibjalaA for ; Thu, 19 Dec 2019 22:17:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 387FF84C2B for ; Thu, 19 Dec 2019 22:17:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 35FF7FA97; Thu, 19 Dec 2019 22:17:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1576793830137580" MIME-Version: 1.0 Date: Thu, 19 Dec 2019 22:17:10 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/games/xracer To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20191219221710.35FF7FA97@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. --_----------=_1576793830137580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Thu Dec 19 22:17:10 UTC 2019 Modified Files: pkgsrc/games/xracer: Makefile Log Message: Needs libXmu, which used to be pulled in by Mesa. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 pkgsrc/games/xracer/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1576793830137580 Content-Disposition: inline Content-Length: 674 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/xracer/Makefile diff -u pkgsrc/games/xracer/Makefile:1.65 pkgsrc/games/xracer/Makefile:1.66 --- pkgsrc/games/xracer/Makefile:1.65 Fri Aug 30 17:56:33 2019 +++ pkgsrc/games/xracer/Makefile Thu Dec 19 22:17:10 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2019/08/30 17:56:33 nia Exp $ +# $NetBSD: Makefile,v 1.66 2019/12/19 22:17:10 joerg Exp $ # DISTNAME= xracer-0.96.9 @@ -39,4 +39,5 @@ DEPENDS+= netpbm-[0-9]*:../../graphics/ .include "../../graphics/glu/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../lang/perl5/module.mk" +.include "../../x11/libXmu/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1576793830137580--