svn commit: r561641 - head/lang/pocl
Danilo G. Baio
dbaio at FreeBSD.org
Fri Jan 15 13:52:19 UTC 2021
Author: dbaio
Date: Fri Jan 15 13:52:18 2021
New Revision: 561641
URL: https://svnweb.freebsd.org/changeset/ports/561641
Log:
lang/pocl: Remove Python 2.7 support and PY_SPHINX
Approved by: portmgr blanket
Modified:
head/lang/pocl/Makefile
Modified: head/lang/pocl/Makefile
==============================================================================
--- head/lang/pocl/Makefile Fri Jan 15 13:37:26 2021 (r561640)
+++ head/lang/pocl/Makefile Fri Jan 15 13:52:18 2021 (r561641)
@@ -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>
More information about the svn-ports-all
mailing list