diff options
author | adridg <adridg@FreeBSD.org> | 2020-02-17 03:00:37 +0800 |
---|---|---|
committer | adridg <adridg@FreeBSD.org> | 2020-02-17 03:00:37 +0800 |
commit | 08e76887bb0297568265709a1bc76a8663aacc19 (patch) | |
tree | 6e08a26654ea7c05be50b4b87ecccc4dcabc35f9 /x11 | |
parent | 93999436a58492f7a90ceed7f070e7ec47f5ebbc (diff) | |
download | freebsd-ports-gnome-08e76887bb0297568265709a1bc76a8663aacc19.tar.gz freebsd-ports-gnome-08e76887bb0297568265709a1bc76a8663aacc19.tar.zst freebsd-ports-gnome-08e76887bb0297568265709a1bc76a8663aacc19.zip |
Add missing run-depends to x11/plasma5-plasma-desktop
(Checked upstream, it is a required-optional runtime dependency)
PR: 244137
Reported by: Patricio Vilar
Diffstat (limited to 'x11')
-rw-r--r-- | x11/plasma5-plasma-desktop/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/plasma5-plasma-desktop/Makefile b/x11/plasma5-plasma-desktop/Makefile index 56a7068e98df..5468d80bffa1 100644 --- a/x11/plasma5-plasma-desktop/Makefile +++ b/x11/plasma5-plasma-desktop/Makefile @@ -2,7 +2,7 @@ PORTNAME= plasma-desktop DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -38,7 +38,8 @@ USE_KDE= activities activities-stats archive attica auth baloo \ plasma-workspace runner service solid \ sonnet textwidgets unitconversion wallet \ widgetsaddons windowsystem xmlgui -USE_KDE+= drkonqi_run infocenter_run kde-cli-tools_run kmenuedit_run ksysguard_run \ +USE_KDE+= drkonqi_run infocenter_run kde-cli-tools_run kmenuedit_run \ + kquickcharts_run ksysguard_run \ polkit-kde-agent-1_run systemsettings_run USE_QT= concurrent core dbus declarative gui network phonon4 printsupport \ sql svg widgets x11extras xml \ |