diff options
Diffstat (limited to 'www/ddgr/Makefile')
-rw-r--r-- | www/ddgr/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ddgr/Makefile b/www/ddgr/Makefile index c742cdaabb31..92138c3eb67e 100644 --- a/www/ddgr/Makefile +++ b/www/ddgr/Makefile @@ -12,13 +12,13 @@ COMMENT= DuckDuckGo from the terminal LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py3-requests \ - ${PYTHON_PKGNAMEPREFIX}urllib3>=0:net/py3-urllib3 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urllib3>=0:net/py-urllib3@${PY_FLAVOR} USE_GITHUB= yes GH_ACCOUNT= jarun -USES= python:3 +USES= python:3.4+ NO_ARCH= yes NO_BUILD= yes |