Received: by mail.netbsd.org (Postfix, from userid 605) id E984984D67; Fri, 30 Aug 2019 18:05:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 70EE684D66 for ; Fri, 30 Aug 2019 18:05:09 +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 oQc0yA0_ua-j for ; Fri, 30 Aug 2019 18:05:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 68DDD84D40 for ; Fri, 30 Aug 2019 18:05:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 62432FBF4; Fri, 30 Aug 2019 18:05:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1567188308233500" MIME-Version: 1.0 Date: Fri, 30 Aug 2019 18:05:08 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/time/glclock To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190830180508.62432FBF4@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. --_----------=_1567188308233500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Aug 30 18:05:08 UTC 2019 Modified Files: pkgsrc/time/glclock: Makefile Log Message: glclock: needs MesaLib, freeglut, glu (author note: shiny!) To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/time/glclock/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1567188308233500 Content-Disposition: inline Content-Length: 755 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/glclock/Makefile diff -u pkgsrc/time/glclock/Makefile:1.26 pkgsrc/time/glclock/Makefile:1.27 --- pkgsrc/time/glclock/Makefile:1.26 Wed Jul 18 00:06:24 2018 +++ pkgsrc/time/glclock/Makefile Fri Aug 30 18:05:08 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2018/07/18 00:06:24 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2019/08/30 18:05:08 nia Exp $ # DISTNAME= glclock-6.0b6.0 @@ -31,5 +31,7 @@ do-install: # mwclock woodclock;do \ # ${INSTALL_SCRIPT} ${WRKSRC}/$$i ${PREFIX}/bin; done -.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" --_----------=_1567188308233500--