git: d1a08b153ca2 - main - lang/pocl: Clean up USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Sep 2023 20:54:03 UTC
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>