diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-08-17 06:13:28 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-08-17 06:14:42 +0200 |
commit | 192b9475cc37309f5a14ce4cdf22af3240846d53 (patch) | |
tree | 4a665c1dc98932184569ef3d37a8bf88bf042803 /x11/plasma5-plasma-integration | |
parent | 78e84e2b8bc455722ef1f7f3225c3889ebe4c48c (diff) | |
download | freebsd-ports-192b9475cc37309f5a14ce4cdf22af3240846d53.zip |
x11/plasma5-plasma-integration: add missing dependency on pwp
- this was previously a transitive dependency, that was lost in
f733f4069b4e53ee20d16df4d57b50a6ab650735
Reported by: fluffy
Diffstat (limited to 'x11/plasma5-plasma-integration')
-rw-r--r-- | x11/plasma5-plasma-integration/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |