Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2485584D57 for ; Wed, 12 Jul 2023 20:52:22 +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 xJT2hKxrYzpF for ; Wed, 12 Jul 2023 20:52:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AD0CA84C2C for ; Wed, 12 Jul 2023 20:52:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A6EA2FBDB; Wed, 12 Jul 2023 20:52:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1689195141123180" MIME-Version: 1.0 Date: Wed, 12 Jul 2023 20:52:21 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/print/indexinfo To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20230712205221.A6EA2FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1689195141123180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Jul 12 20:52:21 UTC 2023 Modified Files: pkgsrc/print/indexinfo: Makefile Log Message: indexinfo: Add missing dependency on zlib To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/indexinfo/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1689195141123180 Content-Disposition: inline Content-Length: 632 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/indexinfo/Makefile diff -u pkgsrc/print/indexinfo/Makefile:1.3 pkgsrc/print/indexinfo/Makefile:1.4 --- pkgsrc/print/indexinfo/Makefile:1.3 Sun Jan 23 05:22:00 2022 +++ pkgsrc/print/indexinfo/Makefile Wed Jul 12 20:52:21 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/01/23 05:22:00 mef Exp $ +# $NetBSD: Makefile,v 1.4 2023/07/12 20:52:21 nia Exp $ DISTNAME= indexinfo-0.3.1 CATEGORIES= print @@ -21,4 +21,5 @@ AUTO_MKDIRS= yes # SUBST_MESSAGE.reallocf= Replace reallocf with realloc on ${OPSYS} # .endif +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1689195141123180--