Date: Sun, 16 Feb 2020 19:00:38 +0000 (UTC) From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526313 - head/x11/plasma5-plasma-desktop Message-ID: <202002161900.01GJ0crx042242@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002161900.01GJ0crx042242>