Date: Wed, 6 Sep 2023 20:54:03 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d1a08b153ca2 - main - lang/pocl: Clean up USES=python Message-ID: <202309062054.386Ks3NT021618@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1a08b153ca2a66c11c413251cea7b6a0eff64ed commit d1a08b153ca2a66c11c413251cea7b6a0eff64ed Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-06 20:50:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-06 20:50:40 +0000 lang/pocl: Clean up USES=python Approved by: portmgr (blanket) With hat: python --- lang/pocl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/pocl/Makefile b/lang/pocl/Makefile index e9f0dd2ebe2a..a13e9e87c3ca 100644 --- a/lang/pocl/Makefile +++ b/lang/pocl/Makefile @@ -40,7 +40,7 @@ OPTIONS_DEFINE= DOCS DOCS_DESC= Build documentation (needs textproc/py-sphinx) DOCS_CMAKE_ON= -DENABLE_DOCS=ON DOCS_CMAKE_OFF= -DENABLE_DOCS=OFF -DOCS_USES= python:3.6+ +DOCS_USES= python DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR} .include <bsd.port.options.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309062054.386Ks3NT021618>