diff --git a/multimedia/kamoso/Makefile b/multimedia/kamoso/Makefile index 3fc27fe83042..c81684ea802f 100644 --- a/multimedia/kamoso/Makefile +++ b/multimedia/kamoso/Makefile @@ -1,29 +1,31 @@ PORTNAME= kamoso DISTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= multimedia kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Application to take pictures and videos out of your webcam WWW= https://apps.kde.org/kamoso/ LICENSE= GPLv2 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= config i18n kio notifications purpose \ doctools:build ecm:build \ kirigami2:run USE_QT= base declarative USE_XORG= x11 OPTIONS_DEFINE= DOCS +IGNORE= requires gstreamer-1.26.3 or greater + # Support for 13.5-RELEASE and 14.2-RELEASE .if !exists(/usr/bin/clang-scan-deps) USES+= llvm .endif .include