diff options
Diffstat (limited to 'net/wireshark-qt5/Makefile')
-rw-r--r-- | net/wireshark-qt5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireshark-qt5/Makefile b/net/wireshark-qt5/Makefile index a8595ce0cf3a..850c3a26ced9 100644 --- a/net/wireshark-qt5/Makefile +++ b/net/wireshark-qt5/Makefile @@ -6,6 +6,6 @@ COMMENT= Powerful network analyzer/capture tool (QT package) CONFLICTS= wireshark-[0-9]* OPTIONS_EXCLUDE= GTK2 GTK3 -OPTIONS_DEFAULT= SNMP ADNS IPV6 GEOIP KRB_BASE QT5 +OPTIONS_DEFAULT= SNMP ADNS GEOIP KRB_BASE QT5 .include "${MASTERDIR}/Makefile" |