aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2008-02-05 14:03:49 +0800
committermarcus <marcus@FreeBSD.org>2008-02-05 14:03:49 +0800
commitebf907fd5a1cd93ae67cb1e3c1db51e5cdfd0d6f (patch)
treee2e09127e35f12db2e7599296bf65a379b212ef5 /net
parent6c5d9eabb2043d5bede4faff7faf94a8c39048c2 (diff)
downloadfreebsd-ports-gnome-ebf907fd5a1cd93ae67cb1e3c1db51e5cdfd0d6f.tar.gz
freebsd-ports-gnome-ebf907fd5a1cd93ae67cb1e3c1db51e5cdfd0d6f.tar.zst
freebsd-ports-gnome-ebf907fd5a1cd93ae67cb1e3c1db51e5cdfd0d6f.zip
Add an IPv6 OPTION.
PR: 119013
Diffstat (limited to 'net')
-rw-r--r--net/wireshark/Makefile3
1 files changed, 2 insertions, 1 deletions
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 <bsd.port.pre.mk>