diff options
Diffstat (limited to 'multimedia/kamoso/Makefile')
-rw-r--r-- | multimedia/kamoso/Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/multimedia/kamoso/Makefile b/multimedia/kamoso/Makefile index 6ff1b56feeec..3fc27fe83042 100644 --- a/multimedia/kamoso/Makefile +++ b/multimedia/kamoso/Makefile @@ -8,21 +8,22 @@ WWW= https://apps.kde.org/kamoso/ LICENSE= GPLv2 -USES= cmake compiler:c++11-lang gettext gl gnome gstreamer kde:5 \ - pkgconfig qt:5 tar:xz xorg +USES= cmake compiler:c++20-lang gettext gl gnome gstreamer kde:6 \ + pkgconfig qt:6 tar:xz xorg USE_GL= gl USE_GNOME= glib20 USE_GSTREAMER= v4l2 -USE_KDE= auth bookmarks codecs completion config configwidgets \ - coreaddons i18n itemviews jobwidgets kio kirigami2 \ - notifications purpose service solid widgetsaddons windowsystem \ - xmlgui \ - ecm:build -USE_QT= concurrent core dbus declarative graphicaleffects gui network \ - quickcontrols widgets xml \ - buildtools:build qmake:build +USE_KDE= config i18n kio notifications purpose \ + doctools:build ecm:build \ + kirigami2:run +USE_QT= base declarative USE_XORG= x11 OPTIONS_DEFINE= DOCS +# Support for 13.5-RELEASE and 14.2-RELEASE +.if !exists(/usr/bin/clang-scan-deps) +USES+= llvm +.endif + .include <bsd.port.mk> |