Date: Sat, 2 Mar 2024 07:39:58 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 29b3985199a0 - main - x11-wm/chamfer: unbreak build after b35bdcd8fa50 Message-ID: <202403020739.4227dwsv005606@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=29b3985199a0b5c030ffd1d15dc30f68249af4a7 commit 29b3985199a0b5c030ffd1d15dc30f68249af4a7 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-03-02 07:33:05 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-03-02 07:39:38 +0000 x11-wm/chamfer: unbreak build after b35bdcd8fa50 meson.build:36:1: ERROR: Dependency "glm" not found, tried pkgconfig Reported by: pkg-fallout --- x11-wm/chamfer/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-wm/chamfer/Makefile b/x11-wm/chamfer/Makefile index 787655cd0b21..fac0a4d8bf25 100644 --- a/x11-wm/chamfer/Makefile +++ b/x11-wm/chamfer/Makefile @@ -11,6 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ ${PYTHON_PKGNAMEPREFIX}boost-libs>0:devel/boost-python-libs@${PY_FLAVOR} \ + cmake:devel/cmake-core \ ${LOCALBASE}/include/libdrm/drm_fourcc.h:graphics/libdrm \ spirv-opt:graphics/spirv-tools \ vulkan-headers>0:graphics/vulkan-headers \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403020739.4227dwsv005606>