svn commit: r526313 - head/x11/plasma5-plasma-desktop
Adriaan de Groot
adridg at FreeBSD.org
Sun Feb 16 19:00:38 UTC 2020
Author: adridg
Date: Sun Feb 16 19:00:37 2020
New Revision: 526313
URL: https://svnweb.freebsd.org/changeset/ports/526313
Log:
Add missing run-depends to x11/plasma5-plasma-desktop
(Checked upstream, it is a required-optional runtime dependency)
PR: 244137
Reported by: Patricio Vilar
Modified:
head/x11/plasma5-plasma-desktop/Makefile
Modified: head/x11/plasma5-plasma-desktop/Makefile
==============================================================================
--- head/x11/plasma5-plasma-desktop/Makefile Sun Feb 16 18:42:58 2020 (r526312)
+++ head/x11/plasma5-plasma-desktop/Makefile Sun Feb 16 19:00:37 2020 (r526313)
@@ -2,7 +2,7 @@
PORTNAME= plasma-desktop
DISTVERSION= ${KDE_PLASMA_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 kde kde-plasma
MAINTAINER= kde at FreeBSD.org
@@ -38,7 +38,8 @@ USE_KDE= activities activities-stats archive attica au
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 \
More information about the svn-ports-all
mailing list