git: 4dd15a37aa39 - main - graphics/clutter: add missing build depends missing after bad rebase
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Mar 2025 11:12:14 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=4dd15a37aa39339302fee2c4f54f9db70be767dd commit 4dd15a37aa39339302fee2c4f54f9db70be767dd Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2025-03-06 11:01:52 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2025-03-06 11:11:37 +0000 graphics/clutter: add missing build depends missing after bad rebase --- graphics/clutter/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index bfaba2167846..f8a447277b58 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -15,13 +15,15 @@ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libcogl.so:graphics/cogl \ - libharfbuzz.so:print/harfbuzz + libharfbuzz.so:print/harfbuzz \ + libxkbcommon.so:x11/libxkbcommon \ + libwayland-client.so:graphics/wayland PORTSCOUT= limit:1,even USES= cpe gettext gl gmake gnome libtool localbase pathfix pkgconfig \ tar:xz xorg -USE_GNOME= atk cairo gdkpixbuf2 pango introspection:build +USE_GNOME= atk cairo gdkpixbuf2 pango introspection:build gtk30 USE_GL= egl USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr GNU_CONFIGURE= yes