summaryrefslogtreecommitdiff
path: root/net/tcpdump/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-25 21:48:57 +0000
committerjlam <jlam>2002-08-25 21:48:57 +0000
commitbae2639e49cd3cf3ee78c2ed8e82c3a277c91404 (patch)
treec8d09a03adeac7a950080d8040f6c9ceb10ef9d2 /net/tcpdump/Makefile
parentcd541833a6d47d522a3c2b271309abd492b2464c (diff)
downloadpkgsrc-bae2639e49cd3cf3ee78c2ed8e82c3a277c91404.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/Makefile')
-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"