summaryrefslogtreecommitdiff
path: root/net/tcpdump
diff options
context:
space:
mode:
authorsnj <snj>2004-04-18 07:30:16 +0000
committersnj <snj>2004-04-18 07:30:16 +0000
commit12245453c651c29d03877999590cdd78f2539255 (patch)
tree266b4c81c700695260229c525c58e9385c887441 /net/tcpdump
parent94ebfb4d8cc777e89ea03aba0d255dab4bd03527 (diff)
downloadpkgsrc-12245453c651c29d03877999590cdd78f2539255.tar.gz
Convert to buildlink3.
Diffstat (limited to 'net/tcpdump')
-rw-r--r--net/tcpdump/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile
index e81271a1d8f..ed64118ec93 100644
--- a/net/tcpdump/Makefile
+++ b/net/tcpdump/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/03/26 02:27:50 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2004/04/18 07:32:28 snj Exp $
DISTNAME= tcpdump-3.7.2
PKGREVISION= 2
@@ -10,13 +10,13 @@ HOMEPAGE= http://www.tcpdump.org/
COMMENT= Network monitoring tool
GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
.if exists(/usr/include/netinet/ip6.h)
CONFIGURE_ARGS+= --enable-ipv6
.endif
-.include "../../net/libpcap/buildlink2.mk"
-.include "../../security/openssl/buildlink2.mk"
+.include "../../net/libpcap/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"