diff options
Diffstat (limited to 'games/gnome-nibbles/Makefile')
-rw-r--r-- | games/gnome-nibbles/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/games/gnome-nibbles/Makefile b/games/gnome-nibbles/Makefile index f463358e7142..11990448a110 100644 --- a/games/gnome-nibbles/Makefile +++ b/games/gnome-nibbles/Makefile @@ -1,5 +1,5 @@ PORTNAME= gnome-nibbles -PORTVERSION= 4.2.2 +PORTVERSION= 4.4.1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -12,14 +12,13 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool \ - appstream-util:devel/appstream-glib -LIB_DEPENDS= libgee-0.8.so:devel/libgee \ - libgnome-games-support-2.so:games/libgnome-games-support2 + appstreamcli:devel/appstream +LIB_DEPENDS= libgee-0.8.so:devel/libgee RUN_DEPENDS= dbus>0:devel/dbus -USES= desktop-file-utils gettext gnome meson pkgconfig tar:xz \ +USES= desktop-file-utils gettext-tools gnome meson pkgconfig tar:xz \ vala:build -USE_GNOME= gsound glib20 gtk40 libadwaita librsvg2 pango +USE_GNOME= gsound glib20 gtk40 libadwaita pango GLIB_SCHEMAS= org.gnome.Nibbles.gschema.xml |