Received: by mail.netbsd.org (Postfix, from userid 605) id A65EA84D8A; Tue, 2 Jul 2019 06:03:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2F3A384CDC for ; Tue, 2 Jul 2019 06:03:01 +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 0RCfYARm9-tX for ; Tue, 2 Jul 2019 06:03:00 +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 8338F84CD5 for ; Tue, 2 Jul 2019 06:03:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7DE8AFBF4; Tue, 2 Jul 2019 06:03:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1562047380252310" MIME-Version: 1.0 Date: Tue, 2 Jul 2019 06:03:00 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/lugaru To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190702060300.7DE8AFBF4@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. --_----------=_1562047380252310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Jul 2 06:03:00 UTC 2019 Modified Files: pkgsrc/games/lugaru: Makefile Log Message: lugaru: Needs graphics/glu. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/lugaru/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1562047380252310 Content-Disposition: inline Content-Length: 816 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/lugaru/Makefile diff -u pkgsrc/games/lugaru/Makefile:1.1 pkgsrc/games/lugaru/Makefile:1.2 --- pkgsrc/games/lugaru/Makefile:1.1 Thu Jun 13 13:04:02 2019 +++ pkgsrc/games/lugaru/Makefile Tue Jul 2 06:03:00 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/06/13 13:04:02 nia Exp $ +# $NetBSD: Makefile,v 1.2 2019/07/02 06:03:00 nia Exp $ DISTNAME= lugaru-${VERSION} VERSION= 1.2 @@ -22,6 +22,7 @@ CMAKE_ARGS+= -DSYSTEM_INSTALL=ON .include "../../audio/openal-soft/buildlink3.mk" .include "../../devel/SDL2/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" +.include "../../graphics/glu/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../multimedia/libogg/buildlink3.mk" --_----------=_1562047380252310--