diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2013-03-24 20:58:29 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2013-03-24 20:58:29 +0000 |
commit | 9a7543a78461fa72bfbdb3e0b10f6b6d5eae8116 (patch) | |
tree | d100d1fe4956d156e38adacc41760a4729690558 /net/wireshark | |
parent | 6463b024b725f8cdef8e4f183144a1b59e87ed3a (diff) | |
download | ports-9a7543a78461fa72bfbdb3e0b10f6b6d5eae8116.tar.gz ports-9a7543a78461fa72bfbdb3e0b10f6b6d5eae8116.zip |
Notes
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 7a9d3e6a69d9..e83e5a17be06 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -52,8 +52,8 @@ MAN1+= $x.1 .endfor .if !defined(LITE) -OPTIONS_DEFINE= RTP SNMP ADNS PCRE IPV6 GEOIP LUA CARES GSSAPI -OPTIONS_DEFAULT= SNMP ADNS PCRE IPV6 GEOIP GSSAPI +OPTIONS_DEFINE= RTP SNMP ADNS PCRE IPV6 GEOIP LUA CARES GSSAPI X11 +OPTIONS_DEFAULT= SNMP ADNS PCRE IPV6 GEOIP GSSAPI X11 RTP_DESC= Enable support for playing back RTP streams ADNS_DESC= Enable asynchronous DNS lookup support |