pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/mongo-tools



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.

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"



Home | Main Index | Thread Index | Old Index