From 05366ca4c19fcbd267a1e0285b012eb27b75fe24 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 16 Nov 2015 17:19:50 +0000 Subject: - Drop gettext / iconv dependencies - they are not used here. - Drop obsolete THREADS / PCRE / X11 options. - Convert to OPTIONS helpers. - Allow to choose between various Kerberos implementations. - Add Lua 5.2 into supported versions list. - Restore GTK2 option. - Improve some descriptions. - Use 'install_desktop_files' target for installing *.deskop, *.xml and icon files. - When c-ares is selected, adns will not be used - convert them into OPTIONS_SINGLE. - RTP support is compiled into GTK+ GUI - disable it in other cases. - Bump PORTREVISION. PR: 204411 Submitted by: Andriy Voskoboinyk --- net/wireshark-qt5/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/wireshark-qt5') diff --git a/net/wireshark-qt5/Makefile b/net/wireshark-qt5/Makefile index 873d501a7cd9..a8595ce0cf3a 100644 --- a/net/wireshark-qt5/Makefile +++ b/net/wireshark-qt5/Makefile @@ -5,7 +5,7 @@ COMMENT= Powerful network analyzer/capture tool (QT package) CONFLICTS= wireshark-[0-9]* -OPTIONS_EXCLUDE= GTK3 -OPTIONS_DEFAULT= SNMP ADNS PCRE IPV6 GEOIP GSSAPI X11 QT5 +OPTIONS_EXCLUDE= GTK2 GTK3 +OPTIONS_DEFAULT= SNMP ADNS IPV6 GEOIP KRB_BASE QT5 .include "${MASTERDIR}/Makefile" -- cgit v1.2.3