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 4540F1A923C for ; Mon, 14 Dec 2020 09:19:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A6A4D84D6F; Mon, 14 Dec 2020 09:19:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E1BE684CFC for ; Mon, 14 Dec 2020 09:19:40 +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 ibuxOj-Q9pMc for ; Mon, 14 Dec 2020 09:19:40 +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 74CA784C71 for ; Mon, 14 Dec 2020 09:19:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6E00EFA9D; Mon, 14 Dec 2020 09:19:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1607937580129340" MIME-Version: 1.0 Date: Mon, 14 Dec 2020 09:19:40 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/nudoku To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20201214091940.6E00EFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1607937580129340 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:19:40 UTC 2020 Modified Files: pkgsrc/games/nudoku: Makefile Log Message: nudoku: Needs gettext m4 macros to build To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/nudoku/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1607937580129340 Content-Disposition: inline Content-Length: 687 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/nudoku/Makefile diff -u pkgsrc/games/nudoku/Makefile:1.4 pkgsrc/games/nudoku/Makefile:1.5 --- pkgsrc/games/nudoku/Makefile:1.4 Tue Dec 1 11:09:18 2020 +++ pkgsrc/games/nudoku/Makefile Mon Dec 14 09:19:40 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2020/12/01 11:09:18 nia Exp $ +# $NetBSD: Makefile,v 1.5 2020/12/14 09:19:40 nia Exp $ DISTNAME= nudoku-2.1.0 CATEGORIES= games @@ -9,6 +9,8 @@ HOMEPAGE= https://jubalh.github.io/nudok COMMENT= Ncurses based sudoku game LICENSE= gnu-gpl-v3 +TOOL_DEPENDS+= gettext-m4-[0-9]*:../../devel/gettext-m4 + # Fix gettext includes SUBST_CLASSES+= includes SUBST_STAGE.includes= post-configure --_----------=_1607937580129340--