diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2025-03-11 18:04:21 -0400 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2025-03-17 00:02:08 -0400 |
commit | e87d8134a3460dff28f0c469fff83a187e9820bc (patch) | |
tree | 5005d557c2b1e60e1f3b2a4995e2142fe7237610 /graphics/cogl | |
parent | www/phalcon: update to 5.9.0. (diff) |
gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move
The GTK 1-based gdk-pixbuf has not existed for some time.
No functional or package changes.
Diffstat (limited to 'graphics/cogl')
-rw-r--r-- | graphics/cogl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cogl/Makefile b/graphics/cogl/Makefile index ab6c24a3d48e..ba925ff3dada 100644 --- a/graphics/cogl/Makefile +++ b/graphics/cogl/Makefile @@ -16,7 +16,7 @@ CONFLICTS= clutter-1.6.[0-9]* USES= gettext gl gmake gnome libtool localbase pathfix pkgconfig \ tar:xz xorg GNU_CONFIGURE= yes -USE_GNOME= cairo gdkpixbuf2 pango introspection:build +USE_GNOME= cairo gdkpixbuf pango introspection:build USE_GL= egl gbm USE_XORG= x11 xcomposite xext xdamage xfixes xrandr USE_LDCONFIG= yes |