diff options
author | Don Lewis <truckman@FreeBSD.org> | 2025-06-18 16:46:02 -0700 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2025-06-18 16:47:08 -0700 |
commit | ef859f8191afb4e6952c841134e589d93fa6885d (patch) | |
tree | 28510d01871ec5d2ced8a102145b09b2d4066264 | |
parent | net-mgmt/netdata: Update 2.5.2 => 2.5.3 (diff) |
games/gnome-nibbles: Add desktop-file-utils to USES
Add desktop-file-utils to USES to unbreak the build.
-rw-r--r-- | games/gnome-nibbles/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnome-nibbles/Makefile b/games/gnome-nibbles/Makefile index ecb5f1ba9d97..f463358e7142 100644 --- a/games/gnome-nibbles/Makefile +++ b/games/gnome-nibbles/Makefile @@ -17,7 +17,8 @@ LIB_DEPENDS= libgee-0.8.so:devel/libgee \ libgnome-games-support-2.so:games/libgnome-games-support2 RUN_DEPENDS= dbus>0:devel/dbus -USES= gettext gnome meson pkgconfig tar:xz vala:build +USES= desktop-file-utils gettext gnome meson pkgconfig tar:xz \ + vala:build USE_GNOME= gsound glib20 gtk40 libadwaita librsvg2 pango GLIB_SCHEMAS= org.gnome.Nibbles.gschema.xml |