Received: by mail.netbsd.org (Postfix, from userid 605) id 44A3A84D3F; Fri, 30 Aug 2019 17:51:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BF74584D3E for ; Fri, 30 Aug 2019 17:51:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id U7tEWfG3-5ps for ; Fri, 30 Aug 2019 17:51:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1CF0884C6C for ; Fri, 30 Aug 2019 17:51:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 12302FBF4; Fri, 30 Aug 2019 17:51:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156718747343880" MIME-Version: 1.0 Date: Fri, 30 Aug 2019 17:51:13 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/knightcap To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190830175113.12302FBF4@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. --_----------=_156718747343880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Aug 30 17:51:13 UTC 2019 Modified Files: pkgsrc/games/knightcap: Makefile Log Message: knightcap: Requires MesaLib, freeglut, glu To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/games/knightcap/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156718747343880 Content-Disposition: inline Content-Length: 845 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/knightcap/Makefile diff -u pkgsrc/games/knightcap/Makefile:1.30 pkgsrc/games/knightcap/Makefile:1.31 --- pkgsrc/games/knightcap/Makefile:1.30 Sat Apr 25 14:22:59 2015 +++ pkgsrc/games/knightcap/Makefile Fri Aug 30 17:51:12 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/04/25 14:22:59 tnn Exp $ +# $NetBSD: Makefile,v 1.31 2019/08/30 17:51:12 nia Exp $ DISTNAME= KnightCap-3.6 PKGNAME= knightcap-3.6 @@ -26,5 +26,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/KnightCap ${DESTDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/knightcap -.include "../../graphics/Mesa/buildlink3.mk" +.include "../../graphics/MesaLib/buildlink3.mk" +.include "../../graphics/freeglut/buildlink3.mk" +.include "../../graphics/glu/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_156718747343880--