summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2025-02-14 11:26:03 +0300
committerMax Brazhnikov <makc@FreeBSD.org>2025-02-14 11:26:17 +0300
commit5ce1135fa2726f9a8bfe555130af14a622e0cf57 (patch)
treee19428ac77da5d3c7568af0ab6579245ee394c74
parentbiology/linux-foldingathome: Update to 8.4.9. (diff)
sysutils/plasma6-plasma-systemmonitor: fix shebang
and add dependence on Python.
-rw-r--r--sysutils/plasma6-plasma-systemmonitor/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/plasma6-plasma-systemmonitor/Makefile b/sysutils/plasma6-plasma-systemmonitor/Makefile
index 2a778ad71dae..0b566e737fe2 100644
--- a/sysutils/plasma6-plasma-systemmonitor/Makefile
+++ b/sysutils/plasma6-plasma-systemmonitor/Makefile
@@ -1,11 +1,12 @@
PORTNAME= plasma-systemmonitor
DISTVERSION= ${KDE_PLASMA_VERSION}
+PORTREVISION= 1
CATEGORIES= sysutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Interface for monitoring system sensors, process information and other system resources
-USES= cmake gettext gl kde:6 qt:6 tar:xz xorg
+USES= cmake gettext gl kde:6 python:run qt:6 shebangfix tar:xz xorg
USE_KDE= attica config coreaddons dbusaddons globalaccel i18n \
itemmodels kio kirigami-addons libksysguard newstuff package \
service windowsystem \
@@ -14,4 +15,6 @@ USE_QT= base declarative
USE_XORG= x11
USE_GL= gl opengl
+SHEBANG_FILES= kconf_update/plasma-systemmonitor-replace-vmpss.py
+
.include <bsd.port.mk>