diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/py-requests-futures/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/www/py-requests-futures/Makefile b/www/py-requests-futures/Makefile index 6eda7ba6fc7e..d000309f1c3b 100644 --- a/www/py-requests-futures/Makefile +++ b/www/py-requests-futures/Makefile @@ -15,14 +15,9 @@ LICENSE= APACHE20 USES= python USE_PYTHON= autoplist distutils -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} +RUN_DEPENDS= ${PY_FUTURES} \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_VER} == "2.7" -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}futures>0:devel/py-futures@${FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |