diff options
author | marcus <marcus@FreeBSD.org> | 2013-03-25 04:58:29 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2013-03-25 04:58:29 +0800 |
commit | ff771d995eb151235dc7bceaf85528303dda681a (patch) | |
tree | d100d1fe4956d156e38adacc41760a4729690558 /net | |
parent | df4a5ae2ecbc6c240a0eba33379051b7a59ae1b9 (diff) | |
download | freebsd-ports-gnome-ff771d995eb151235dc7bceaf85528303dda681a.tar.gz freebsd-ports-gnome-ff771d995eb151235dc7bceaf85528303dda681a.tar.zst freebsd-ports-gnome-ff771d995eb151235dc7bceaf85528303dda681a.zip |
Make sure X11 is enabled by default.
Submitted by: William Grzybowski <william88@gmail.com>
Diffstat (limited to 'net')
-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 |