Received: by mail.netbsd.org (Postfix, from userid 605) id DA07E84E32; Sat, 21 Dec 2019 23:48:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6415784D37 for ; Sat, 21 Dec 2019 23:48:09 +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 h-qG9N9m2ZfD for ; Sat, 21 Dec 2019 23:48:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BAF9D84C2B for ; Sat, 21 Dec 2019 23:48:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B91E1FA97; Sat, 21 Dec 2019 23:48:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1576972088248850" MIME-Version: 1.0 Date: Sat, 21 Dec 2019 23:48:08 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/time/glclock To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20191221234808.B91E1FA97@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. --_----------=_1576972088248850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sat Dec 21 23:48:08 UTC 2019 Modified Files: pkgsrc/time/glclock: Makefile Log Message: Needs libXmu and libXt, formerly pulled in via Mesa. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/time/glclock/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1576972088248850 Content-Disposition: inline Content-Length: 709 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.27 pkgsrc/time/glclock/Makefile:1.28 --- pkgsrc/time/glclock/Makefile:1.27 Fri Aug 30 18:05:08 2019 +++ pkgsrc/time/glclock/Makefile Sat Dec 21 23:48:08 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2019/08/30 18:05:08 nia Exp $ +# $NetBSD: Makefile,v 1.28 2019/12/21 23:48:08 joerg Exp $ # DISTNAME= glclock-6.0b6.0 @@ -34,4 +34,6 @@ do-install: .include "../../graphics/MesaLib/buildlink3.mk" .include "../../graphics/freeglut/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" +.include "../../x11/libXmu/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1576972088248850--