Received: by mail.netbsd.org (Postfix, from userid 605) id BA40384E93; Thu, 15 Dec 2022 12:14:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E8B4E84E55 for ; Thu, 15 Dec 2022 12:13:59 +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 pXUwDSxcgPq0 for ; Thu, 15 Dec 2022 12:13:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 773FF84D35 for ; Thu, 15 Dec 2022 12:13:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6BD3BFA90; Thu, 15 Dec 2022 12:13:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167110643933000" MIME-Version: 1.0 Date: Thu, 15 Dec 2022 12:13:59 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/audio/libmtag To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20221215121359.6BD3BFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167110643933000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Dec 15 12:13:59 UTC 2022 Modified Files: pkgsrc/audio/libmtag: Makefile Log Message: libmtag: Requires zlib. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/libmtag/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167110643933000 Content-Disposition: inline Content-Length: 610 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/libmtag/Makefile diff -u pkgsrc/audio/libmtag/Makefile:1.7 pkgsrc/audio/libmtag/Makefile:1.8 --- pkgsrc/audio/libmtag/Makefile:1.7 Wed Aug 16 21:22:11 2017 +++ pkgsrc/audio/libmtag/Makefile Thu Dec 15 12:13:59 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/08/16 21:22:11 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2022/12/15 12:13:59 jperkin Exp $ # DISTNAME= libmtag-0.3.2 @@ -19,4 +19,5 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= libmtag.pc.in .include "../../audio/taglib/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_167110643933000--