Received: by mail.netbsd.org (Postfix, from userid 605) id 0023384D41; Mon, 13 Jun 2022 07:13:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A119884EF9 for ; Mon, 13 Jun 2022 06:59:55 +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 MZPmsymFNZ-b for ; Mon, 13 Jun 2022 06:59:55 +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 DF7B184C2C for ; Mon, 13 Jun 2022 06:59:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A7644FB1A; Mon, 13 Jun 2022 07:01:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165510369189370" MIME-Version: 1.0 Date: Mon, 13 Jun 2022 07:01:31 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/games/puzzles To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220613070131.A7644FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165510369189370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jun 13 07:01:31 UTC 2022 Modified Files: pkgsrc/games/puzzles: Makefile Log Message: puzzles: add missing build dependencies To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 pkgsrc/games/puzzles/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165510369189370 Content-Disposition: inline Content-Length: 1021 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/puzzles/Makefile diff -u pkgsrc/games/puzzles/Makefile:1.71 pkgsrc/games/puzzles/Makefile:1.72 --- pkgsrc/games/puzzles/Makefile:1.71 Wed Jun 8 21:25:58 2022 +++ pkgsrc/games/puzzles/Makefile Mon Jun 13 07:01:31 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2022/06/08 21:25:58 rillig Exp $ +# $NetBSD: Makefile,v 1.72 2022/06/13 07:01:31 wiz Exp $ DISTNAME= puzzles-20220127 GIT_COMMIT= c43a34fbfe430d235bafc379595761880a19ed9f @@ -10,14 +10,15 @@ HOMEPAGE= https://www.chiark.greenend.or COMMENT= Collection of small one-player puzzle games by Simon Tatham LICENSE= mit +BUILD_DEPENDS+= halibut>=1.1:../../textproc/halibut +BUILD_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick + WRKSRC= ${WRKDIR}/puzzles-${GIT_COMMIT:C,(.......).*,\1,} AUTO_MKDIRS= yes -BUILD_DEPENDS+= halibut>=1.1:../../textproc/halibut - USE_LANGUAGES= c99 USE_CMAKE= yes -USE_TOOLS+= perl +USE_TOOLS+= perl pkg-config SUBST_CLASSES+= net SUBST_STAGE.net= pre-configure --_----------=_165510369189370--