[Bug 224030] devel/cmake: fails to build with flavors; py-sphinx missing
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Dec 3 14:33:21 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224030
--- Comment #9 from Peter Wullinger <freebsd at dhke.de> ---
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.
More information about the kde-freebsd
mailing list