git: ef2aa778c5d2 - main - x11-wm/plasma5-kwin: add missing dependency

Max Brazhnikov makc at FreeBSD.org
Tue Apr 27 09:52:54 UTC 2021


The branch main has been updated by makc:

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

commit ef2aa778c5d2608549019ee3df346e62a08bed1d
Author:     Max Brazhnikov <makc at FreeBSD.org>
AuthorDate: 2021-04-27 09:19:55 +0000
Commit:     Max Brazhnikov <makc at FreeBSD.org>
CommitDate: 2021-04-27 09:52:35 +0000

    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.
---
 x11-wm/plasma5-kwin/Makefile | 1 +
 1 file changed, 1 insertion(+)

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 \


More information about the dev-commits-ports-all mailing list