Received: by mail.netbsd.org (Postfix, from userid 605) id 058DA84DA2; Sat, 1 Jul 2017 12:44:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8A94D84D8A for ; Sat, 1 Jul 2017 12:44:29 +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 H14xz7hBz9UW for ; Sat, 1 Jul 2017 12:44:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D9AF884C86 for ; Sat, 1 Jul 2017 12:44:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DCE07FAE8; Sat, 1 Jul 2017 12:42:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1498912941197730" MIME-Version: 1.0 Date: Sat, 1 Jul 2017 12:42:21 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/misc/toilet To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20170701124221.DCE07FAE8@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. --_----------=_1498912941197730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sat Jul 1 12:42:21 UTC 2017 Modified Files: pkgsrc/misc/toilet: Makefile Log Message: Needs gmake, at least for the man page. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/toilet/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1498912941197730 Content-Disposition: inline Content-Length: 624 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/toilet/Makefile diff -u pkgsrc/misc/toilet/Makefile:1.4 pkgsrc/misc/toilet/Makefile:1.5 --- pkgsrc/misc/toilet/Makefile:1.4 Mon Oct 10 06:37:37 2016 +++ pkgsrc/misc/toilet/Makefile Sat Jul 1 12:42:21 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/10/10 06:37:37 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/07/01 12:42:21 schmonz Exp $ DISTNAME= toilet-0.3 CATEGORIES= misc @@ -9,7 +9,7 @@ HOMEPAGE= http://caca.zoy.org/wiki/toile COMMENT= Free replacement for the FIGlet utility # LICENSE= wtfpl -USE_TOOLS+= pkg-config +USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes --_----------=_1498912941197730--