Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2021 09:52:54 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ef2aa778c5d2 - main - x11-wm/plasma5-kwin: add missing dependency
Message-ID:  <202104270952.13R9qsxH072671@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by makc:

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

commit ef2aa778c5d2608549019ee3df346e62a08bed1d
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2021-04-27 09:19:55 +0000
Commit:     Max Brazhnikov <makc@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104270952.13R9qsxH072671>