Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2025 10:17:01 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: 16753b5ee5ea - main - accessibility/accerciser: Add desktop-file-utils to USES
Message-ID:  <202506191017.55JAH1uX031903@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=16753b5ee5ea6706389f329287354f47af15abfe

commit 16753b5ee5ea6706389f329287354f47af15abfe
Author:     Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2025-06-19 09:13:20 +0000
Commit:     Don Lewis <truckman@FreeBSD.org>
CommitDate: 2025-06-19 10:16:37 +0000

    accessibility/accerciser: Add desktop-file-utils to USES
    
    Add desktop-file-utils to USES to unbreak the build.
    
    Prune USE_GNOME.
---
 accessibility/accerciser/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/accessibility/accerciser/Makefile b/accessibility/accerciser/Makefile
index 21c944d9300f..8d643f876a79 100644
--- a/accessibility/accerciser/Makefile
+++ b/accessibility/accerciser/Makefile
@@ -19,9 +19,9 @@ RUN_DEPENDS=	gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \
 		${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython@${PY_FLAVOR}
 
 NO_ARCH=	yes
-USES=		gettext gnome localbase:ldflags meson pkgconfig python \
-		shebangfix tar:xz
-USE_GNOME=	atk gdkpixbuf glib20 gtk30 libwnck3 pygobject3
+USES=		desktop-file-utils gettext gnome localbase:ldflags meson \
+		pkgconfig python shebangfix tar:xz
+USE_GNOME=	atk gdkpixbuf glib20 gtk30 pygobject3
 SHEBANG_FILES=	plugins/ipython_view.py
 USE_PYTHON=	py3kplist
 BINARY_ALIAS=	python3=${PYTHON_CMD}


home | help

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