aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-telepot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/py-telepot/Makefile')
-rw-r--r--net-im/py-telepot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/py-telepot/Makefile b/net-im/py-telepot/Makefile
index b4f243440c33..3bb45ca13381 100644
--- a/net-im/py-telepot/Makefile
+++ b/net-im/py-telepot/Makefile
@@ -11,7 +11,7 @@ COMMENT= Python framework for Telegram Bot API
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR}
USES= python zip
USE_PYTHON= distutils autoplist
@@ -20,7 +20,7 @@ NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} >= 3500
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${FLAVOR}
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>