1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

devel/cmake: fix build with python 3.10 as default

Approved by:	portmgt blanket
This commit is contained in:
Dmitry Marakasov 2021-08-21 01:11:31 +03:00
parent 2249800091
commit 913219385d

View File

@ -34,8 +34,9 @@ OPTIONS_DEFINE= DOCS MANPAGES CPACK
OPTIONS_DEFAULT=MANPAGES
OPTIONS_SUB= yes
MANPAGES_USES= python:env
MANPAGES_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx
MANPAGES_USES= python:3.6-3.9,env
MANPAGES_BUILD_DEPENDS= sphinx-build-${PYTHON_VER}:textproc/py-sphinx@${PY_FLAVOR}
MANPAGES_VARS= BINARY_ALIAS=sphinx-build=sphinx-build-${PYTHON_VER}
MANPAGES_CONFIGURE_ON= --sphinx-man
CPACK_DESC= Enable FreeBSD generator in CPack (experimental)