git: 192b9475cc37 - main - x11/plasma5-plasma-integration: add missing dependency on pwp

From: Tobias C. Berner <tcberner_at_FreeBSD.org>
Date: Thu, 17 Aug 2023 04:15:45 UTC
The branch main has been updated by tcberner:

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

commit 192b9475cc37309f5a14ce4cdf22af3240846d53
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-08-17 04:13:28 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-08-17 04:14:42 +0000

    x11/plasma5-plasma-integration: add missing dependency on pwp
    
    - this was previously a transitive dependency, that was lost in
      f733f4069b4e53ee20d16df4d57b50a6ab650735
    
    Reported by:    fluffy
---
 x11/plasma5-plasma-integration/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11/plasma5-plasma-integration/Makefile b/x11/plasma5-plasma-integration/Makefile
index 374b9a4268ab..4549a0cede57 100644
--- a/x11/plasma5-plasma-integration/Makefile
+++ b/x11/plasma5-plasma-integration/Makefile
@@ -16,7 +16,7 @@ USE_KDE=	auth bookmarks breeze codecs completion config configwidgets \
 		coreaddons i18n iconthemes itemviews jobwidgets kio \
 		notifications service solid wayland widgetsaddons windowsystem \
 		xdg-desktop-portal-kde xmlgui \
-		ecm:build \
+		ecm:build plasma-wayland-protocols:build \
 		qqc2-desktop-style:run
 USE_QT=		concurrent core dbus declarative gui network quickcontrols2 \
 		wayland widgets x11extras xml \