diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2021-04-27 09:19:55 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2021-04-27 09:52:35 +0000 |
commit | ef2aa778c5d2608549019ee3df346e62a08bed1d (patch) | |
tree | ea9ce210dcffbeadf6a94321436ba04caa1ea336 | |
parent | ffefc8d9946b4d5b59c2b03964320c8fa8035c49 (diff) | |
download | ports-ef2aa778c5d2608549019ee3df346e62a08bed1d.tar.gz ports-ef2aa778c5d2608549019ee3df346e62a08bed1d.zip |
x11-wm/plasma5-kwin: add missing dependency
This should been committed along with Plasma update to 5.21.3.
lcms2 is required to build colorditegration plugin.
-rw-r--r-- | x11-wm/plasma5-kwin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/plasma5-kwin/Makefile b/x11-wm/plasma5-kwin/Makefile index 4932d33e0edc..d861a43bc8c0 100644 --- a/x11-wm/plasma5-kwin/Makefile +++ b/x11-wm/plasma5-kwin/Makefile @@ -16,6 +16,7 @@ LIB_DEPENDS= libXcursor.so:x11/libXcursor \ libfreetype.so:print/freetype2 \ libinput.so:x11/libinput \ libudev.so:devel/libudev-devd \ + liblcms2.so:graphics/lcms2 \ libwayland-cursor.so:graphics/wayland \ libxcb-cursor.so:x11/xcb-util-cursor \ libxcb-icccm.so:x11/xcb-util-wm \ |