git: 2c9ef5547d74 - main - sysutils/filelight: fix runtime dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Dec 2022 10:55:23 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c9ef5547d743d1ccb454f2a2953c0503b8a8865 commit 2c9ef5547d743d1ccb454f2a2953c0503b8a8865 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-12-18 10:52:17 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-12-18 10:52:17 +0000 sysutils/filelight: fix runtime dependencies filelight was ported away from kdeclarative, update the dependncies accordingly. Reported by: yuri PR: 268389 --- sysutils/filelight/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/sysutils/filelight/Makefile b/sysutils/filelight/Makefile index e0f318baf3a7..f2ce5f6a7695 100644 --- a/sysutils/filelight/Makefile +++ b/sysutils/filelight/Makefile @@ -1,5 +1,6 @@ PORTNAME= filelight DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -9,12 +10,13 @@ WWW= https://utils.kde.org/projects/filelight/ BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ docbook-xml>0:textproc/docbook-xml -USES= cmake compiler:c++11-lang desktop-file-utils gettext \ - kde:5 qt:5 tar:xz xorg -USE_KDE= auth codecs completion config configwidgets coreaddons \ - i18n jobwidgets kdeclarative kio package parts service \ - solid sonnet textwidgets widgetsaddons windowsystem xmlgui \ - doctools:build ecm:build +USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \ + qt:5 tar:xz xorg +USE_KDE= auth codecs completion config configwidgets coreaddons i18n \ + jobwidgets kio package parts service solid sonnet textwidgets \ + widgetsaddons windowsystem xmlgui \ + doctools:build ecm:build \ + kirigami2:run kquickcharts:run qqc2-desktop-style:run USE_QT= concurrent core dbus declarative gui network quickcontrols2 \ script svg widgets xml \ buildtools:build qmake:build testlib:build