sysutils/plasma6-plasma-systemmonitor: fix shebang

and add dependence on Python.
This commit is contained in:
Max Brazhnikov 2025-02-14 11:26:03 +03:00
parent 353e24e275
commit 5ce1135fa2

View file

@ -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>