aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2023-02-03 12:07:35 +0000
committerGleb Popov <arrowd@FreeBSD.org>2023-02-07 05:19:28 +0000
commitf7506a84d3f0be2841556c32ec3370addf1470a1 (patch)
treed13ee05b7dde7bd9d3f3fc97e5f094fe3927a793
parent1c0ca0d235ee11276c49258b526c0a09f38c5267 (diff)
downloadports-f7506a84d3f0be2841556c32ec3370addf1470a1.tar.gz
ports-f7506a84d3f0be2841556c32ec3370addf1470a1.zip
sysutils/plasma5-systemsettings: Add missing dependencies.
curl and openh264 GStreamer plugins are required to display desktop effect previews. Sponsored by: Serenity Cybersecurity, LLC (cherry picked from commit aa19f7815ce1b461c8be1894fa35b10cd032d4ce)
-rw-r--r--sysutils/plasma5-systemsettings/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/plasma5-systemsettings/Makefile b/sysutils/plasma5-systemsettings/Makefile
index ebc8152a1c01..c9393b4d66aa 100644
--- a/sysutils/plasma5-systemsettings/Makefile
+++ b/sysutils/plasma5-systemsettings/Makefile
@@ -1,12 +1,14 @@
PORTNAME= systemsettings
DISTVERSION= ${KDE_PLASMA_VERSION}
+PORTREVISION= 1
CATEGORIES= sysutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 system settings
WWW= https://www.kde.org/plasma-desktop
-USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg
+USES= cmake compiler:c++11-lib gettext gstreamer kde:5 qt:5 tar:xz xorg
+USE_GSTREAMER= curl openh264
USE_KDE= activities activities-stats auth codecs completion config \
configwidgets coreaddons crash dbusaddons guiaddons i18n \
iconthemes itemmodels itemviews jobwidgets js kcmutils \