git: a41c43d095e1 - main - net/wireshark: Fix build without Kerberos
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Oct 2025 12:07:46 UTC
The branch main has been updated by marcus:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a41c43d095e1294c008d25bac892fc80eb2ea956
commit a41c43d095e1294c008d25bac892fc80eb2ea956
Author: Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2025-10-13 12:06:06 +0000
Commit: Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2025-10-13 12:07:09 +0000
net/wireshark: Fix build without Kerberos
PR: 290197
---
net/wireshark/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 627cc8a42f03..cd5ae9eb186f 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -79,7 +79,7 @@ GSSAPI_BASE_USES= gssapi
GSSAPI_HEIMDAL_USES= gssapi:heimdal
GSSAPI_MIT_USES= gssapi:mit
GSSAPI_NONE_CONFIGURE_ENV_OFF= KRB5_CONFIG=${KRB5CONFIG}
-GSSAPI_NONE_CMAKE_BOOL= ENABLE_KERBEROS
+GSSAPI_NONE_CMAKE_BOOL_OFF= ENABLE_KERBEROS
GUI_USES= desktop-file-utils shared-mime-info qt:6
GUI_USE= qt=5compat,base,multimedia,tools