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 /misc/actiona | |
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 'misc/actiona')
-rw-r--r-- | misc/actiona/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/actiona/Makefile b/misc/actiona/Makefile index 1327afb28cf6..631b13d4d9a6 100644 --- a/misc/actiona/Makefile +++ b/misc/actiona/Makefile @@ -21,7 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= Jmgr USE_QT= concurrent core dbus gui multimedia network script scripttools speech sql widgets x11extras xml xmlpatterns \ buildtools:build uitools:build -USE_GNOME= gdkpixbuf2 glib20 +USE_GNOME= gdkpixbuf glib20 USE_GL= gl USE_XORG= x11 xtst |