aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 16:09:12 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 16:16:19 +0000
commit4474199142b04dc7533a0311c4335cdb40b1d847 (patch)
tree6b410fb09113eccf2ddfe980170fc08f4536563e
parent8652ee6113878c1b77ca194f7b9fbddc4e2bb147 (diff)
downloadports-4474199142b04dc7533a0311c4335cdb40b1d847.tar.gz
ports-4474199142b04dc7533a0311c4335cdb40b1d847.zip
www/searx: Remove PY_PYGMENTS
With hat: python
-rw-r--r--www/searx/Makefile2
1 files changed, 1 insertions, 1 deletions
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} \