https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286697
Matthias Andree <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #118 from Matthias Andree <[email protected]> --- Truckman@ was faster... but didn't reference this PR. commit 16753b5ee5ea6706389f329287354f47af15abfe Author: Don Lewis <[email protected]> Date: Thu Jun 19 02:13:20 2025 -0700 accessibility/accerciser: Add desktop-file-utils to USES Add desktop-file-utils to USES to unbreak the build. Prune USE_GNOME. 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} -- You are receiving this mail because: You are on the CC list for the bug.
