1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

lang/pocl: Remove Python 2.7 support and PY_SPHINX

Approved by:	portmgr blanket
This commit is contained in:
Danilo G. Baio 2021-01-15 13:52:18 +00:00
parent 5a4208e7d5
commit d4dc6ca48b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561641

View File

@ -39,7 +39,7 @@ OPTIONS_DEFINE= DOCS
DOCS_DESC= Build documentation (needs sphinx)
DOCS_CMAKE_OFF= -DENABLE_DOCS=OFF
DOCS_CMAKE_ON= -DENABLE_DOCS=ON
DOCS_USES= python
DOCS_BUILD_DEPENDS= ${PY_SPHINX}
DOCS_USES= python:3.6+
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
.include <bsd.port.mk>