mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
sysutils/plasma6-plasma-systemmonitor: fix shebang
and add dependence on Python.
This commit is contained in:
parent
353e24e275
commit
5ce1135fa2
1 changed files with 4 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
PORTNAME= plasma-systemmonitor
|
PORTNAME= plasma-systemmonitor
|
||||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils kde kde-plasma
|
CATEGORIES= sysutils kde kde-plasma
|
||||||
|
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= Interface for monitoring system sensors, process information and other system resources
|
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 \
|
USE_KDE= attica config coreaddons dbusaddons globalaccel i18n \
|
||||||
itemmodels kio kirigami-addons libksysguard newstuff package \
|
itemmodels kio kirigami-addons libksysguard newstuff package \
|
||||||
service windowsystem \
|
service windowsystem \
|
||||||
|
@ -14,4 +15,6 @@ USE_QT= base declarative
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
USE_GL= gl opengl
|
USE_GL= gl opengl
|
||||||
|
|
||||||
|
SHEBANG_FILES= kconf_update/plasma-systemmonitor-replace-vmpss.py
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue