diff options
Diffstat (limited to 'games/gnome-sudoku/Makefile')
-rw-r--r-- | games/gnome-sudoku/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/gnome-sudoku/Makefile b/games/gnome-sudoku/Makefile index d2cc9c14340b..9af03af6b8a8 100644 --- a/games/gnome-sudoku/Makefile +++ b/games/gnome-sudoku/Makefile @@ -11,8 +11,6 @@ WWW= https://gitlab.gnome.org/GNOME/gnome-sudoku LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -PORTSCOUT= limit:^47\. - BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libgee-0.8.so:devel/libgee \ libqqwing.so:games/qqwing \ @@ -20,10 +18,12 @@ LIB_DEPENDS= libgee-0.8.so:devel/libgee \ libgraphene-1.0.so:graphics/graphene RUN_DEPENDS= dbus>0:devel/dbus -USES= compiler:c++11-lang gettext gnome meson pkgconfig tar:xz \ - vala:build +USES= compiler:c++11-lang desktop-file-utils gettext gnome meson \ + pkgconfig tar:xz vala:build USE_GNOME= cairo glib20 gtk40 libadwaita +PORTSCOUT= limit:^47\. + GLIB_SCHEMAS= org.gnome.Sudoku.gschema.xml .include <bsd.port.mk> |