git: c407323cc766 - main - devel/kf6-knotifications: explicitly disable Python bindings

From: Max Brazhnikov <makc_at_FreeBSD.org>
Date: Sun, 23 Mar 2025 09:36:30 UTC
The branch main has been updated by makc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c407323cc7662a7da1e2778b2fe47d64f2646aec

commit c407323cc7662a7da1e2778b2fe47d64f2646aec
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2025-03-23 09:34:36 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2025-03-23 09:34:36 +0000

    devel/kf6-knotifications: explicitly disable Python bindings
---
 devel/kf6-knotifications/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/kf6-knotifications/Makefile b/devel/kf6-knotifications/Makefile
index 566e836b9272..cfd64c179cc0 100644
--- a/devel/kf6-knotifications/Makefile
+++ b/devel/kf6-knotifications/Makefile
@@ -14,4 +14,7 @@ USE_KDE=	config coreaddons windowsystem \
 USE_QT=		base declarative
 USE_XORG=	x11 xtst
 
+# Requires PySide and Shiboken.
+CMAKE_OFF=	BUILD_PYTHON_BINDINGS
+
 .include <bsd.port.mk>