summaryrefslogtreecommitdiff
path: root/net/tcpdump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcpdump/Makefile')
-rw-r--r--net/tcpdump/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile
index b53d20ed7ac..d0d7ef47310 100644
--- a/net/tcpdump/Makefile
+++ b/net/tcpdump/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2001/02/17 18:19:44 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2002/02/13 15:50:35 seb Exp $
-DISTNAME= tcpdump-3.6.1
+DISTNAME= tcpdump-3.7.1
CATEGORIES= net
MASTER_SITES= http://www.tcpdump.org/release/
@@ -8,11 +8,15 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.tcpdump.org/
COMMENT= network monitoring tool
-DEPENDS+= libpcap>=0.6.1:../libpcap
-
ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system
GNU_CONFIGURE= YES
-USE_SSL= YES
+USE_BUILDLINK_ONLY= YES
+
+.if exists(/usr/include/netinet/ip6.h)
+CONFIGURE_ARGS+= --enable-ipv6
+.endif
+.include "../../net/libpcap/buildlink.mk"
+.include "../../security/openssl/buildlink.mk"
.include "../../mk/bsd.pkg.mk"