git: 87fb276afb8d - main - games/gnome-sudoku: Add desktop-file-utils to USES

From: Don Lewis <truckman_at_FreeBSD.org>
Date: Wed, 18 Jun 2025 20:58:25 UTC
The branch main has been updated by truckman:

URL: https://cgit.FreeBSD.org/ports/commit/?id=87fb276afb8d9074ac01a1020d597a263d1f4d4e

commit 87fb276afb8d9074ac01a1020d597a263d1f4d4e
Author:     Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2025-06-18 20:56:01 +0000
Commit:     Don Lewis <truckman@FreeBSD.org>
CommitDate: 2025-06-18 20:58:16 +0000

    games/gnome-sudoku: Add desktop-file-utils to USES
    
    Add desktop-file-utils to USES to unbreak the build.
    
    Pet portlint.
---
 games/gnome-sudoku/Makefile | 8 ++++----
 1 file 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>