From ebf907fd5a1cd93ae67cb1e3c1db51e5cdfd0d6f Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 5 Feb 2008 06:03:49 +0000 Subject: Add an IPv6 OPTION. PR: 119013 --- net/wireshark/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 31706ebddb68..e1f3cf48c364 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -64,7 +64,8 @@ USE_XLIB= yes OPTIONS= RTP "Enable support for playing back RTP streams" off \ SNMP "Enable SNMP OID translation support" on \ ADNS "Enable asynchronous DNS lookup support" on \ - PCRE "Enable regular expression matching support" on + PCRE "Enable regular expression matching support" on \ + IPV6 "Enable IPv6 support" on .endif .include -- cgit