Date: Sun, 9 Feb 2025 19:57:47 GMT From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fbba536a4e8b - main - multimedia/kdenlive: add missing run-time dependency Message-ID: <202502091957.519Jvlms094548@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=fbba536a4e8bba895326231a941c012716314f32 commit fbba536a4e8bba895326231a941c012716314f32 Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2025-02-09 19:34:58 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2025-02-09 19:34:58 +0000 multimedia/kdenlive: add missing run-time dependency PR: 284683 Reported by: Alexander Vereeken --- multimedia/kdenlive/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile index ad52e6a8c65c..a85d10d50750 100644 --- a/multimedia/kdenlive/Makefile +++ b/multimedia/kdenlive/Makefile @@ -1,5 +1,6 @@ PORTNAME= kdenlive DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= multimedia kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -24,6 +25,7 @@ USE_KDE= archive attica auth bookmarks codecs completion config \ guiaddons i18n iconthemes itemviews jobwidgets kdeclarative \ kio newstuff notifications notifyconfig package service solid \ sonnet textwidgets widgetsaddons windowsystem xmlgui \ + qqc2-desktop-style:run \ ecm:build USE_QT= base networkauth USE_XORG= x11
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502091957.519Jvlms094548>