aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2021-07-22 16:07:11 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2021-07-22 16:09:08 +0000
commitdb140310bdde92074243d1bb2ee44efddc802864 (patch)
treeb037611d52ec491f25e7d8a3682a48352ef1184e /x11-wm
parent15fc57c8377fad22b338e9e59d40c78fa0813aa2 (diff)
downloadports-db140310bdde92074243d1bb2ee44efddc802864.tar.gz
ports-db140310bdde92074243d1bb2ee44efddc802864.zip
x11-wm/plasma5-kwin: fix build after a31c989be86c
The component for plasma-wayland-protocol was not expoesed by kde.mk but its variables were used directly in x11/plasma5-kwin. Fix this by switching to using the component properly. Reported by: Yasuhiro Kimura <yasu@utahime.org> PR: 257339
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/plasma5-kwin/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/x11-wm/plasma5-kwin/Makefile b/x11-wm/plasma5-kwin/Makefile
index a888df48c653..6e6d90eb43ca 100644
--- a/x11-wm/plasma5-kwin/Makefile
+++ b/x11-wm/plasma5-kwin/Makefile
@@ -24,10 +24,8 @@ LIB_DEPENDS= libXcursor.so:x11/libXcursor \
libxcb-keysyms.so:x11/xcb-util-keysyms \
libxkbcommon.so:x11/libxkbcommon
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \
- xwayland-devel>0:x11-servers/xwayland-devel \
- ${kde-kwayland-protocols_LIB}:${kde-kwayland-protocols_PORT}
-RUN_DEPENDS= xwayland-devel>0:x11-servers/xwayland-devel \
- ${kde-kwayland-protocols_LIB}:${kde-kwayland-protocols_PORT}
+ xwayland-devel>0:x11-servers/xwayland-devel
+RUN_DEPENDS= xwayland-devel>0:x11-servers/xwayland-devel
USES= cmake compiler:c++11-lib cpe gettext gl gnome kde:5 pkgconfig python:3.5+,run \
qt:5 shebangfix tar:xz xorg
@@ -37,8 +35,8 @@ USE_KDE= activities activities attica auth breeze codecs \
completion config configwidgets coreaddons crash decoration \
globalaccel i18n iconthemes idletime init \
jobwidgets kcmutils kdeclarative kio kscreenlocker \
- newstuff notifications package plasma-framework runner service sonnet \
- textwidgets widgetsaddons windowsystem xmlgui \
+ newstuff notifications package plasma-framework plasma-wayland-protocols runner\
+ service sonnet textwidgets widgetsaddons windowsystem xmlgui \
kwayland-integration kwayland-server wayland \
doctools_build ecm_build
USE_LDCONFIG= yes