Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2025 03:51:19 GMT
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f787214cff90 - main - games/gnome-mines: Add desktop-file-utils to USES
Message-ID:  <202506190351.55J3pJbh015339@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by truckman:

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

commit f787214cff90e93be512040402061d53a36c0651
Author:     Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2025-06-19 03:49:51 +0000
Commit:     Don Lewis <truckman@FreeBSD.org>
CommitDate: 2025-06-19 03:51:12 +0000

    games/gnome-mines: Add desktop-file-utils to USES
    
    Add desktop-file-utils to USES to unbreak the build.
    
    Trim LIB_DEPENDS.
---
 games/gnome-mines/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/games/gnome-mines/Makefile b/games/gnome-mines/Makefile
index 4f0d240909fc..f2342d5abc8d 100644
--- a/games/gnome-mines/Makefile
+++ b/games/gnome-mines/Makefile
@@ -12,11 +12,11 @@ LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	itstool:textproc/itstool
-LIB_DEPENDS=	libgnome-games-support-2.so:games/libgnome-games-support2 \
-		libgee-0.8.so:devel/libgee
+LIB_DEPENDS=	libgnome-games-support-2.so:games/libgnome-games-support2
 
-USES=		gettext gnome localbase meson pkgconfig tar:xz vala:build
-USE_GNOME=	glib20 gtk40 libadwaita librsvg2
+USES=		desktop-file-utils gettext gnome localbase meson pkgconfig \
+		tar:xz vala:build
+USE_GNOME=	glib20 gtk40 libadwaita
 
 GLIB_SCHEMAS=	org.gnome.Mines.gschema.xml
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506190351.55J3pJbh015339>