diff options
Diffstat (limited to 'www/py-h2/Makefile')
-rw-r--r-- | www/py-h2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-h2/Makefile b/www/py-h2/Makefile index 39a84baab9f9..d77f3ea2ccfd 100644 --- a/www/py-h2/Makefile +++ b/www/py-h2/Makefile @@ -12,8 +12,8 @@ COMMENT= HTTP/2 State-Machine based protocol implementation LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hyperframe>=5.0.0:www/py-hyperframe \ - ${PYTHON_PKGNAMEPREFIX}hpack>=2.3:www/py-hpack +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hyperframe>=5.0.0:www/py-hyperframe@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hpack>=2.3:www/py-hpack@${FLAVOR} USES?= python USE_PYTHON= distutils autoplist |