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 @@ -1,17 +1,20 @@ PORTNAME= knotifications DISTVERSION= ${KDE_FRAMEWORKS_VERSION} CATEGORIES= devel kde kde-frameworks COMMENT= Cross-platform library for creating popup notifications MAINTAINER= kde@FreeBSD.org LIB_DEPENDS= libcanberra.so:audio/libcanberra USES= cmake gl kde:6 qt:6 tar:xz xorg USE_GL= gl opengl USE_KDE= config coreaddons windowsystem \ ecm:build USE_QT= base declarative USE_XORG= x11 xtst +# Requires PySide and Shiboken. +CMAKE_OFF= BUILD_PYTHON_BINDINGS + .include