summaryrefslogtreecommitdiff
path: root/net/tcpdump
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-25 21:48:57 +0000
committerjlam <jlam>2002-08-25 21:48:57 +0000
commit02526271b78c18a0c07b3ea8be04d2a61b0bf8e7 (patch)
treec8d09a03adeac7a950080d8040f6c9ceb10ef9d2 /net/tcpdump
parent521a29ec203c35a133d1b565a410d027176ebfc9 (diff)
downloadpkgsrc-02526271b78c18a0c07b3ea8be04d2a61b0bf8e7.tar.gz
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'net/tcpdump')
-rw-r--r--net/tcpdump/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile
index d0d7ef47310..c0add5881ec 100644
--- a/net/tcpdump/Makefile
+++ b/net/tcpdump/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/02/13 15:50:35 seb Exp $
+# $NetBSD: Makefile,v 1.4 2002/08/25 21:50:17 jlam Exp $
DISTNAME= tcpdump-3.7.1
CATEGORIES= net
@@ -11,12 +11,13 @@ COMMENT= network monitoring tool
ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system
GNU_CONFIGURE= YES
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
.if exists(/usr/include/netinet/ip6.h)
CONFIGURE_ARGS+= --enable-ipv6
.endif
-.include "../../net/libpcap/buildlink.mk"
-.include "../../security/openssl/buildlink.mk"
+.include "../../net/libpcap/buildlink2.mk"
+.include "../../security/openssl/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"