git: 4474199142b0 - main - www/searx: Remove PY_PYGMENTS
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jun 20 16:20:18 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4474199142b04dc7533a0311c4335cdb40b1d847
commit 4474199142b04dc7533a0311c4335cdb40b1d847
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-20 16:09:12 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-20 16:16:19 +0000
www/searx: Remove PY_PYGMENTS
With hat: python
---
www/searx/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/searx/Makefile b/www/searx/Makefile
index 7dc4383c464b..9870b75406c6 100644
--- a/www/searx/Makefile
+++ b/www/searx/Makefile
@@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}langdetect>0:textproc/py-langdetect@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setproctitle>0:devel/py-setproctitle@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}httpx-socks>0:www/py-httpx-socks@${PY_FLAVOR} \
- ${PY_PYGMENTS} \
+ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}splinter>0:www/py-splinter@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
More information about the dev-commits-ports-all
mailing list