diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2021-04-28 21:26:05 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2021-04-29 20:57:38 +0000 |
commit | da90780a6e60027ade85396d615863a03a83de85 (patch) | |
tree | 6e0b3a6cf0135e265b17681f624c5f97576568d8 | |
parent | d88fb4af3c3ab13a08645bbdec27c300d2bbe7b3 (diff) | |
download | ports-da90780a6e60027ade85396d615863a03a83de85.tar.gz ports-da90780a6e60027ade85396d615863a03a83de85.zip |
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)
-rw-r--r-- | Mk/Uses/kde.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |