Skip to content

Commit

Permalink
devel/cmake: fix build with python 3.10 as default
Browse files Browse the repository at this point in the history
Approved by:	portmgt blanket
  • Loading branch information
AMDmi3 committed Aug 24, 2021
1 parent 2249800 commit 9132193
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devel/cmake/Makefile
Expand Up @@ -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)
Expand Down

0 comments on commit 9132193

Please sign in to comment.