https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224030
--- Comment #9 from Peter Wullinger <[email protected]> --- I've been playing with this in my Python 3 default build. With the current port, cmake build tries to pull in py27-sphinx, which --with Python 3 default-- does not install /usr/local/bin/sphinx-build and configure fails. I need to do both MANPAGES_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx@${PY_FLAVOR} as well as MANPAGES_USES = python:build to get it to pull the native version of py-sphinx. That then results in a successful build. -- You are receiving this mail because: You are the assignee for the bug.
