Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 2021 21:02:15 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: da90780a6e60 - main - Uses/kde.mk: fix port name for wayland-protocols component
Message-ID:  <202104292102.13TL2FFh063204@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=da90780a6e60027ade85396d615863a03a83de85

commit da90780a6e60027ade85396d615863a03a83de85
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-04-28 21:26:05 +0000
Commit:     Adriaan de Groot <adridg@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104292102.13TL2FFh063204>