pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/tcpdump



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jun 14 19:35:38 UTC 2020

Modified Files:
        pkgsrc/net/tcpdump: Makefile

Log Message:
tcpdump: requires libpcap>=1.9.1


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/tcpdump/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/tcpdump/Makefile
diff -u pkgsrc/net/tcpdump/Makefile:1.50 pkgsrc/net/tcpdump/Makefile:1.51
--- pkgsrc/net/tcpdump/Makefile:1.50    Tue Feb 25 10:07:53 2020
+++ pkgsrc/net/tcpdump/Makefile Sun Jun 14 19:35:38 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2020/02/25 10:07:53 adam Exp $
+# $NetBSD: Makefile,v 1.51 2020/06/14 19:35:38 adam Exp $
 
 DISTNAME=      tcpdump-4.9.3
 CATEGORIES=    net
@@ -23,5 +23,6 @@ CONFIGURE_ARGS+=      --with-chroot=${VARBASE
 
 .include "options.mk"
 
+BUILDLINK_API_DEPENDS.libpcap+=        libpcap>=1.9.1
 .include "../../net/libpcap/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index