git: 071d7b7b1ca5 - main - deskutils/gnome-weather: add missing USES=desktop-file-utils

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Sun, 15 Jun 2025 12:00:44 UTC
The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=071d7b7b1ca5496e0276ef796f2884aa70b5c345

commit 071d7b7b1ca5496e0276ef796f2884aa70b5c345
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2025-06-15 11:58:34 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-06-15 11:58:34 +0000

    deskutils/gnome-weather: add missing USES=desktop-file-utils
    
    This is checked during configure.
    
    Approved by:    portmgr (build fix blanket)
---
 deskutils/gnome-weather/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/deskutils/gnome-weather/Makefile b/deskutils/gnome-weather/Makefile
index d58014ec84fb..926d15ef208e 100644
--- a/deskutils/gnome-weather/Makefile
+++ b/deskutils/gnome-weather/Makefile
@@ -18,7 +18,8 @@ LIB_DEPENDS=	libgeoclue-2.so:net/geoclue \
 		libgjs.so:lang/gjs \
 		libgweather-4.so:net/libgweather4
 
-USES=		gettext gnome localbase meson pkgconfig tar:xz
+USES=		desktop-file-utils gettext gnome localbase meson pkgconfig \
+		tar:xz
 USE_GNOME=	glib20 gtk40 introspection:build libadwaita
 USE_LDCONFIG=	yes