diff options
-rw-r--r-- | net/wireshark/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 39b7552aa12d..2ecb6b7d95b0 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -53,7 +53,8 @@ MAN1+= $x.1 .endfor .if !defined(LITE) -OPTIONS_DEFINE= RTP SNMP ADNS PCRE IPV6 GEOIP LUA CARES GSSAPI X11 +OPTIONS_DEFINE= RTP SNMP ADNS PCRE IPV6 GEOIP LUA CARES GSSAPI X11 \ + GNUTLS GCRYPT THREADS OPTIONS_DEFAULT= SNMP ADNS PCRE IPV6 GEOIP GSSAPI X11 RTP_DESC= Enable support for playing back RTP streams |