git: b7ff149b3da6 - main - sysutils/plasma5-kinfocenter: add missing runtime dependency on clinfo (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Feb 2023 15:04:53 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7ff149b3da61027d99356dc7b150a4a9e67c848 commit b7ff149b3da61027d99356dc7b150a4a9e67c848 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-02-22 15:01:24 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-02-22 15:01:24 +0000 sysutils/plasma5-kinfocenter: add missing runtime dependency on clinfo (+) Kinfocenter require devel/clinfo presence at runtime to be able to display detailed information under Graphics/OpenCL section Sponsored by: Serenity Cybersecurity, LLC --- sysutils/plasma5-kinfocenter/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/plasma5-kinfocenter/Makefile b/sysutils/plasma5-kinfocenter/Makefile index e1e71f3b9987..09886234c704 100644 --- a/sysutils/plasma5-kinfocenter/Makefile +++ b/sysutils/plasma5-kinfocenter/Makefile @@ -1,4 +1,5 @@ PORTNAME= kinfocenter +PORTREVISION= 1 DISTVERSION= ${KDE_PLASMA_VERSION} CATEGORIES= sysutils kde kde-plasma @@ -9,7 +10,8 @@ WWW= https://www.kde.org/plasma-desktop RUN_DEPENDS= lscpu:sysutils/lscpu \ glxinfo:graphics/mesa-demos \ vulkaninfo:graphics/vulkan-tools \ - xdpyinfo:x11/xdpyinfo + xdpyinfo:x11/xdpyinfo \ + clinfo:devel/clinfo USES= cmake compiler:c++11-lib gettext gl kde:5 pkgconfig qt:5 \ tar:xz xorg