diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-06-15 11:58:34 +0000 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-06-15 11:58:34 +0000 |
commit | 071d7b7b1ca5496e0276ef796f2884aa70b5c345 (patch) | |
tree | ceeffb47b013c52e4d4327d18d898e0ac1653cb4 | |
parent | 4f4cb23c781b5391c3d15dd17802ab6daacf3e12 (diff) |
deskutils/gnome-weather: add missing USES=desktop-file-utils
This is checked during configure.
Approved by: portmgr (build fix blanket)
-rw-r--r-- | deskutils/gnome-weather/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |