[Bug 274045] accessibility/at-spi2-core: unbreak after 5e22fb86a2856fbf331305dca882072099b38ad

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 23 Sep 2023 13:18:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274045

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

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

commit b87eb7985bfeaac9c71e3c01826b585db7c9bad0
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-09-23 13:05:03 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-09-23 13:17:43 +0000

    accessibility/at-spi2-core: unbreak build with glib/MANPAGES=off

    meson.build:147:13: ERROR: Dependency "libxml-2.0" not found, tried
pkgconfig

    libxml2 is only used by tests which cannot be disabled. devel/glib20 has it
in
    LIB_DEPENDS due to USE_GNOME=libxslt:build ->
libxslt_USE_GNOME_IMPL=libxml2
    without specifying :build suffix.

    PR:             274045
    Reported by:    Anton Saietskii
    Submitted by:   Olivier Duchateau (based on)

 accessibility/at-spi2-core/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.