Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/tcpdump tcpdump: requires libpcap>=1.9.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62f72f255e22
branches:  trunk
changeset: 434356:62f72f255e22
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jun 14 19:35:38 2020 +0000

description:
tcpdump: requires libpcap>=1.9.1

diffstat:

 net/tcpdump/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r abb0ceb9b795 -r 62f72f255e22 net/tcpdump/Makefile
--- a/net/tcpdump/Makefile      Sun Jun 14 18:42:43 2020 +0000
+++ b/net/tcpdump/Makefile      Sun Jun 14 19:35:38 2020 +0000
@@ -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 @@
 
 .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