diff --git a/devel/kf6-kcoreaddons/Makefile b/devel/kf6-kcoreaddons/Makefile index f735cf8f218c..4d9212be48a0 100644 --- a/devel/kf6-kcoreaddons/Makefile +++ b/devel/kf6-kcoreaddons/Makefile @@ -1,12 +1,23 @@ PORTNAME= kcoreaddons DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks COMMENT= Qt addon library with a collection of non-GUI utilities MAINTAINER= kde@FreeBSD.org USES= cmake kde:6 qt:6 shared-mime-info tar:xz USE_KDE= ecm:build USE_QT= base declarative tools +# Requires PySide and Shiboken. +CMAKE_OFF= BUILD_PYTHON_BINDINGS + +OPTIONS_DEFINE= INOTIFY +OPTIONS_DEFAULT= INOTIFY + +INOTIFY_DESC= Filesystem alteration notifications using inotify +INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify +INOTIFY_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_INOTIFY + .include