Received: by mail.netbsd.org (Postfix, from userid 605) id 3EB4284D8A; Tue, 2 Jul 2019 06:06:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B7D9A84CDC for ; Tue, 2 Jul 2019 06:06:49 +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 5eK4vBy9hUXt for ; Tue, 2 Jul 2019 06:06:49 +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 1341184CD5 for ; Tue, 2 Jul 2019 06:06:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 06AF1FBF4; Tue, 2 Jul 2019 06:06:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156204760818560" MIME-Version: 1.0 Date: Tue, 2 Jul 2019 06:06:48 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/emulators/b-em To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190702060649.06AF1FBF4@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. --_----------=_156204760818560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Jul 2 06:06:48 UTC 2019 Modified Files: pkgsrc/emulators/b-em: Makefile Log Message: b-em: Needs zlib. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/emulators/b-em/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156204760818560 Content-Disposition: inline Content-Length: 757 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/b-em/Makefile diff -u pkgsrc/emulators/b-em/Makefile:1.9 pkgsrc/emulators/b-em/Makefile:1.10 --- pkgsrc/emulators/b-em/Makefile:1.9 Thu May 23 19:23:00 2019 +++ pkgsrc/emulators/b-em/Makefile Tue Jul 2 06:06:48 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/05/23 19:23:00 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2019/07/02 06:06:48 nia Exp $ DISTNAME= B-emv2.2Linux PKGNAME= b-em-2.2 @@ -49,6 +49,7 @@ do-install: BUILDLINK_API_DEPENDS.allegro+= allegro>=4.4.2nb2 .include "../../devel/allegro/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../audio/openal-soft/buildlink3.mk" .include "../../audio/freealut/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" --_----------=_156204760818560--