diff options
author | marcus <marcus@FreeBSD.org> | 2013-05-05 06:00:55 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2013-05-05 06:00:55 +0800 |
commit | 885aa6be03ee99d20b371fc80668e29b48b9d3fc (patch) | |
tree | 5e4978fc1ddd911ad1776800ef0e48e1530d4674 /net | |
parent | 31acdd32896ba74c1a30e3f38f96a080d4bea2fe (diff) | |
download | freebsd-ports-gnome-885aa6be03ee99d20b371fc80668e29b48b9d3fc.tar.gz freebsd-ports-gnome-885aa6be03ee99d20b371fc80668e29b48b9d3fc.tar.zst freebsd-ports-gnome-885aa6be03ee99d20b371fc80668e29b48b9d3fc.zip |
Add some missing options to OPTIONS_DEFINE
Reported by: sunpoet
Diffstat (limited to 'net')
-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 |