Date: Fri, 15 Jan 2021 13:52:19 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561641 - head/lang/pocl Message-ID: <202101151352.10FDqJCM095252@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101151352.10FDqJCM095252>