mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
textproc/py-mkdocs: Fix build with Python 3.12+
* Add missing dependency to make a successful build possible.
This commit is contained in:
parent
d689e7cf59
commit
59becb3db8
1 changed files with 4 additions and 0 deletions
|
@ -44,4 +44,8 @@ I18N_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.9.0:devel/py-babel@${PY_FLAVOR
|
|||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.4:devel/py-importlib-metadata@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.if ${PYTHON_REL} >= 31200
|
||||
BUILD_DEPENDS+= ${PY_SETUPTOOLS}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue