diff options
Diffstat (limited to 'net/tcpdump/Makefile')
-rw-r--r-- | net/tcpdump/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index 4e7ad47108d..b53d20ed7ac 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/01/13 23:29:28 tron Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 18:19:44 wiz Exp $ DISTNAME= tcpdump-3.6.1 CATEGORIES= net @@ -6,6 +6,7 @@ MASTER_SITES= http://www.tcpdump.org/release/ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.tcpdump.org/ +COMMENT= network monitoring tool DEPENDS+= libpcap>=0.6.1:../libpcap |