https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271472
--- Comment #3 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=77005af64c4a0166929192f6b7c461ae54f374ff commit 77005af64c4a0166929192f6b7c461ae54f374ff Author: Tobias C. Berner <[email protected]> AuthorDate: 2023-05-19 06:11:44 +0000 Commit: Tobias C. Berner <[email protected]> CommitDate: 2023-05-19 06:13:18 +0000 graphics/gdk-pixbuf2: fix option variables The Makefile was using FOO_MESON_ENABLE= bar instead of FOO_MESON_ENABLED= bar so those values were never passed to meson in the first place. PR: 271472 graphics/gdk-pixbuf2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.
