Created attachment 204612 [details] CMakeLists.txt The attached CMakeLists.txt fails to find boost because of the last element in its module list: numpy. The test line is taken from this project which supposedly configures and builds fine: https://github.com/LuxCoreRender/LuxCore/blob/master/cmake/Dependencies.cmake#L69
A commit references this bug: Author: jbeich Date: Sat Jun 8 03:13:23 UTC 2019 New revision: 503700 URL: https://svnweb.freebsd.org/changeset/ports/503700 Log: devel/boost-python-libs: add NumPy support numpy component is always built but runtime dependency is left out until subpackaging to avoid always pulling py-numpy. Consumers should add RUN_DEPENDS+=${PYNUMPY} instead to avoid the following: ImportError: No module named numpy.core._multiarray_umath ImportError: numpy.core._multiarray_umath failed to import PR: 225589 238130 Changes: head/devel/boost-python-libs/Makefile head/devel/boost-python-libs/pkg-plist