git: e92557cf47ff - main - sysutils/plasma5-libksysguard: remove unnecessary dependency on webkit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Sep 2023 15:18:44 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=e92557cf47ff2e60c701cdca29ec0b9fb1981e78 commit e92557cf47ff2e60c701cdca29ec0b9fb1981e78 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2023-09-12 05:55:15 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2023-09-12 15:14:57 +0000 sysutils/plasma5-libksysguard: remove unnecessary dependency on webkit The dependency on webkit was dropped in [1]. While here, clean out dependencies. [1] https://invent.kde.org/plasma/libksysguard/-/commit/c9747e37c53101c8228f9571c9367ce4193d3b51 --- sysutils/plasma5-libksysguard/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sysutils/plasma5-libksysguard/Makefile b/sysutils/plasma5-libksysguard/Makefile index 3c031b60e161..47e9d98924be 100644 --- a/sysutils/plasma5-libksysguard/Makefile +++ b/sysutils/plasma5-libksysguard/Makefile @@ -1,6 +1,6 @@ PORTNAME= libksysguard DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -9,14 +9,14 @@ WWW= https://www.kde.org/plasma-desktop USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg USE_KDE= auth codecs completion config configwidgets coreaddons \ - globalaccel i18n iconthemes jobwidgets kdeclarative kio \ - newstuff package plasma-framework service solid widgetsaddons \ - windowsystem \ + globalaccel i18n iconthemes jobwidgets kio package service \ + solid widgetsaddons windowsystem newstuff \ ecm:build -USE_QT= concurrent core dbus declarative gui network script webkit \ - widgets x11extras xml \ +USE_QT= concurrent core dbus declarative gui location network \ + printsupport webchannel widgets x11extras xml \ buildtools:build qmake:build -USE_XORG= x11 + +USE_XORG= ice sm x11 xext xres OPTIONS_DEFINE= WEBENGINE