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 "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 02EA01A923C for ; Mon, 14 Dec 2020 09:08:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 19E9E84D48; Mon, 14 Dec 2020 09:08:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5450E84CFC for ; Mon, 14 Dec 2020 09:08:57 +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 Tip5nsKF2rke for ; Mon, 14 Dec 2020 09:08:56 +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 66F4C84C71 for ; Mon, 14 Dec 2020 09:08:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5B12BFA9D; Mon, 14 Dec 2020 09:08:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1607936936148420" MIME-Version: 1.0 Date: Mon, 14 Dec 2020 09:08:56 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/stone-soup-sdl To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20201214090856.5B12BFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1607936936148420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Dec 14 09:08:56 UTC 2020 Modified Files: pkgsrc/games/stone-soup-sdl: Makefile Log Message: stone-stoup-sdl: Needs external copy of DejaVu to copy into place To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/games/stone-soup-sdl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1607936936148420 Content-Disposition: inline Content-Length: 746 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/stone-soup-sdl/Makefile diff -u pkgsrc/games/stone-soup-sdl/Makefile:1.14 pkgsrc/games/stone-soup-sdl/Makefile:1.15 --- pkgsrc/games/stone-soup-sdl/Makefile:1.14 Wed Dec 9 12:28:40 2020 +++ pkgsrc/games/stone-soup-sdl/Makefile Mon Dec 14 09:08:56 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2020/12/09 12:28:40 nia Exp $ +# $NetBSD: Makefile,v 1.15 2020/12/14 09:08:56 nia Exp $ .include "../../games/stone-soup/Makefile.common" @@ -10,6 +10,7 @@ COMMENT= Dungeon Crawl Stone Soup - rogu CONFLICTS+= stone-soup-[0-9]* TOOL_DEPENDS+= pngcrush-[0-9]*:../../graphics/pngcrush +BUILD_DEPENDS+= dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf MAKE_FLAGS+= TILES=YesPlease MAKE_FLAGS+= SOUND=YesPlease --_----------=_1607936936148420--