summaryrefslogtreecommitdiff
path: root/net/libpcap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/libpcap/Makefile')
-rw-r--r--net/libpcap/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile
index 4667b66c724..20cf51f706e 100644
--- a/net/libpcap/Makefile
+++ b/net/libpcap/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2001/10/18 15:20:30 veego Exp $
+# $NetBSD: Makefile,v 1.11 2002/02/13 15:25:16 seb Exp $
-DISTNAME= libpcap-0.6.1
+DISTNAME= libpcap-0.7.1
SVR4_PKGNAME= lpcap
CATEGORIES= net
MASTER_SITES= http://www.tcpdump.org/release/
@@ -18,6 +18,9 @@ GNU_CONFIGURE= yes
.if ${OPSYS} == "SunOS"
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
BUILD_DEPENDS+= flex-[0-9]*:../../devel/flex
+. if exists(/usr/include/netinet/ip6.h)
+CONFIGURE_ARGS+= --enable-ipv6
+. endif
.endif
.include "../../mk/bsd.pkg.mk"