From 0cc999e6a5be05ffbf95627b802a5450d76ba1ba Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Thu, 10 Dec 2020 22:17:15 +0000 Subject: [PATCH] Unbreak bulk -a --- www/py-cheroot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/py-cheroot/Makefile b/www/py-cheroot/Makefile index 83eadd102928..68a64bba547f 100644 --- a/www/py-cheroot/Makefile +++ b/www/py-cheroot/Makefile @@ -25,7 +25,7 @@ NO_ARCH= yes .include .if ${PYTHON_REL} < 3300 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.functools-lru-cache>0:devel/py-backports.functools_lru_cache@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>0:devel/py-backports.functools_lru_cache@${PY_FLAVOR} .endif .if ${PYTHON_REL} < 3400