Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 06F517A281 for ; Fri, 23 Dec 2016 22:28:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A33FE8569E; Fri, 23 Dec 2016 22:28:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 33884855FC for ; Fri, 23 Dec 2016 22:28:44 +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 2-7J7oTW3LWR for ; Fri, 23 Dec 2016 22:28:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8E25C84CE9 for ; Fri, 23 Dec 2016 22:28:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6045BFBA6; Fri, 23 Dec 2016 22:28:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1482532122123620" MIME-Version: 1.0 Date: Fri, 23 Dec 2016 22:28:42 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/games/supertux To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20161223222842.6045BFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1482532122123620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Fri Dec 23 22:28:42 UTC 2016 Modified Files: pkgsrc/games/supertux: Makefile Log Message: Add missing dependency on glu. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/supertux/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1482532122123620 Content-Disposition: inline Content-Length: 761 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/supertux/Makefile diff -u pkgsrc/games/supertux/Makefile:1.3 pkgsrc/games/supertux/Makefile:1.4 --- pkgsrc/games/supertux/Makefile:1.3 Fri Oct 7 18:25:50 2016 +++ pkgsrc/games/supertux/Makefile Fri Dec 23 22:28:42 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/10/07 18:25:50 adam Exp $ +# $NetBSD: Makefile,v 1.4 2016/12/23 22:28:42 joerg Exp $ DISTNAME= supertux-0.4.0 PKGREVISION= 1 @@ -33,5 +33,6 @@ LDFLAGS+= -L${BUILDLINK_DIR}/lib ${COMPI .include "../../audio/SDL2_mixer/buildlink3.mk" .include "../../graphics/SDL2_image/buildlink3.mk" .include "../../graphics/glew/buildlink3.mk" +.include "../../graphics/glu/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1482532122123620--