1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

games/gnome-sudoku: Add desktop-file-utils to USES

Add desktop-file-utils to USES to unbreak the build.

Pet portlint.
This commit is contained in:
Don Lewis
2025-06-18 13:56:01 -07:00
parent 732f58a223
commit 87fb276afb
+4 -4
View File
@@ -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>