https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282129
--- Comment #7 from Dimitry Andric <d...@freebsd.org> --- The docs/meson.build file has: rst2man = find_program('rst2man', 'rst2man.py', required: get_option('man')) rst2html5 = find_program('rst2html5', 'rst2html5.py', required: get_option('documentation')) so I think that you will have to depend on py-docutils also if only the DOCS option is enabled, and MANPAGES is disabled. -- You are receiving this mail because: You are the assignee for the bug.