Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C27F84E88 for ; Sun, 9 Jul 2023 10:15: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 S9zcLCfSQy8A for ; Sun, 9 Jul 2023 10:15:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2F1D884E7F for ; Sun, 9 Jul 2023 10:15:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 28CD7FBDB; Sun, 9 Jul 2023 10:15:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168889775929560" MIME-Version: 1.0 Date: Sun, 9 Jul 2023 10:15:59 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/databases/mongo-tools To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20230709101559.28CD7FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168889775929560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Jul 9 10:15:59 UTC 2023 Modified Files: pkgsrc/databases/mongo-tools: Makefile Log Message: mongo-tools: Add missing libpcap dependency To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/mongo-tools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168889775929560 Content-Disposition: inline Content-Length: 679 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/mongo-tools/Makefile diff -u pkgsrc/databases/mongo-tools/Makefile:1.24 pkgsrc/databases/mongo-tools/Makefile:1.25 --- pkgsrc/databases/mongo-tools/Makefile:1.24 Tue Jun 6 12:40:27 2023 +++ pkgsrc/databases/mongo-tools/Makefile Sun Jul 9 10:15:58 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2023/06/06 12:40:27 riastradh Exp $ +# $NetBSD: Makefile,v 1.25 2023/07/09 10:15:58 nia Exp $ DISTNAME= mongo-tools-4.2.15 CATEGORIES= databases @@ -54,4 +54,5 @@ do-install: .include "../../lang/go/version.mk" .include "../../devel/go-sys/buildlink3.mk" +.include "../../net/libpcap/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_168889775929560--