aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-12-01 06:38:17 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-12-01 06:39:02 +0000
commit8efcc1c369a0048035fc0022072f9003c37b65e8 (patch)
tree2e956937b54166a472d10e4e505a03f8d0693339 /benchmarks
parentbbc7f225adae1c20fa9a4d3e28e544eb51730075 (diff)
downloadports-8efcc1c369a0048035fc0022072f9003c37b65e8.tar.gz
ports-8efcc1c369a0048035fc0022072f9003c37b65e8.zip
*: Fix build after 3232af18957315da73e0e4105cac869d8cb3c6b1 (www/py-flask PORTNAME change)
Approved by: portmgr (blanket)
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/py-locust/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/py-locust/Makefile b/benchmarks/py-locust/Makefile
index 1962f023b243..cfffa5704f08 100644
--- a/benchmarks/py-locust/Makefile
+++ b/benchmarks/py-locust/Makefile
@@ -12,7 +12,7 @@ WWW= https://locust.io/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.10.1:www/py-flask@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=0.10.1:www/py-flask@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gevent>=1.2.2:devel/py-gevent@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msgpack>=0.4.2:devel/py-msgpack@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyzmq>=16.0.2:net/py-pyzmq@${PY_FLAVOR} \