diff options
Diffstat (limited to 'net/py-python-twitter')
-rw-r--r-- | net/py-python-twitter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-python-twitter/Makefile b/net/py-python-twitter/Makefile index 891f69fab5d6..cf124dce12fe 100644 --- a/net/py-python-twitter/Makefile +++ b/net/py-python-twitter/Makefile @@ -13,8 +13,8 @@ COMMENT= Python wrapper around the Twitter API LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests \ - ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:www/py-requests-oauthlib +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:www/py-requests-oauthlib@${FLAVOR} NO_ARCH= yes USES= python |