git: da90780a6e60 - main - Uses/kde.mk: fix port name for wayland-protocols component
Adriaan de Groot
adridg at FreeBSD.org
Thu Apr 29 21:02:16 UTC 2021
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=da90780a6e60027ade85396d615863a03a83de85
commit da90780a6e60027ade85396d615863a03a83de85
Author: Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-04-28 21:26:05 +0000
Commit: Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-04-29 20:57:38 +0000
Uses/kde.mk: fix port name for wayland-protocols component
The kde-kwayland-protocols variable refers to the wrong port name
(or the port is named wrongly and the variable is right -- but
this is the smaller change)
---
Mk/Uses/kde.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk
index fcbe78ef86e8..17f00e5784bd 100644
--- a/Mk/Uses/kde.mk
+++ b/Mk/Uses/kde.mk
@@ -437,7 +437,7 @@ kde-kquickcharts_PATH= ${QT_QMLDIR}/org/kde/quickcharts/controls/libchartscontr
kde-kross_PORT= lang/kf5-kross
kde-kross_LIB= libKF5KrossCore.so
-kde-kwayland-protocols_PORT= x11/plasma-kwayland-protocols
+kde-kwayland-protocols_PORT= x11/plasma-wayland-protocols
kde-kwayland-protocols_LIB= ${KDE_PREFIX}/lib/cmake/PlasmaWaylandProtocols/PlasmaWaylandProtocolsConfig.cmake
kde-kwayland-server_PORT= x11/plasma5-kwayland-server
More information about the dev-commits-ports-all
mailing list