wireshark: now qt6 is default for all platforms as now qt6 builds on Darwin

This commit is contained in:
adam 2023-08-04 05:26:59 +00:00
parent 60d220b32c
commit ad5e25125d

View file

@ -1,17 +1,10 @@
# $NetBSD: options.mk,v 1.32 2023/02/27 11:14:11 wiz Exp $
# $NetBSD: options.mk,v 1.33 2023/08/04 05:26:59 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wireshark
PKG_SUPPORTED_OPTIONS= http2 lua spandsp
PKG_OPTIONS_OPTIONAL_GROUPS= gui
PKG_OPTIONS_GROUP.gui= qt5 qt6
PKG_SUGGESTED_OPTIONS= http2 lua
.if ${OPSYS} == "Darwin"
# problems building qt6 on Darwin as of 2023/01/30
PKG_SUGGESTED_OPTIONS+= qt5
.else
PKG_SUGGESTED_OPTIONS+= qt6
.endif
PKG_SUGGESTED_OPTIONS= http2 lua qt6
.include "../../mk/bsd.options.mk"