diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /net/tcpdump | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'net/tcpdump')
-rw-r--r-- | net/tcpdump/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index 3bef10527a8..9c521a8dcd2 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/01/25 18:55:43 reed Exp $ +# $NetBSD: Makefile,v 1.14 2005/04/11 21:47:00 tv Exp $ DISTNAME= tcpdump-3.8.3 CATEGORIES= net @@ -9,7 +9,6 @@ HOMEPAGE= http://www.tcpdump.org/ COMMENT= Network monitoring tool GNU_CONFIGURE= YES -USE_BUILDLINK3= YES .if exists(/usr/include/netinet/ip6.h) CONFIGURE_ARGS+= --enable-ipv6 |