summaryrefslogtreecommitdiff
path: root/net/tcpdump/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2005-06-12 19:41:45 +0000
committersalo <salo@pkgsrc.org>2005-06-12 19:41:45 +0000
commit904081ee017f2b622c553e7a0285edd05288d568 (patch)
tree3c53718fac1bb3b2975a2e3073bd2cdedbbe236b /net/tcpdump/Makefile
parentb28a5f7a606d4859b7ca3e07cf3bb46b26390049 (diff)
downloadpkgsrc-904081ee017f2b622c553e7a0285edd05288d568.tar.gz
- convert to PKG_OPTIONS framework
- fix SSL support, it uses the old DES API, PKGREVISION++
Diffstat (limited to 'net/tcpdump/Makefile')
-rw-r--r--net/tcpdump/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile
index 914d64034cd..700fc816139 100644
--- a/net/tcpdump/Makefile
+++ b/net/tcpdump/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2005/06/12 15:38:32 salo Exp $
+# $NetBSD: Makefile,v 1.17 2005/06/12 19:41:45 salo Exp $
DISTNAME= tcpdump-3.8.3
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net
MASTER_SITES= http://www.tcpdump.org/release/
@@ -11,9 +11,7 @@ COMMENT= Network monitoring tool
GNU_CONFIGURE= YES
-.if exists(/usr/include/netinet/ip6.h)
-CONFIGURE_ARGS+= --enable-ipv6
-.endif
+.include "options.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"