diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-10 19:59:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-10 19:59:31 +0000 |
commit | f92e4df92af12aef9f70da7703baf1527e63d8f7 (patch) | |
tree | 5d4f43af7fb1a928c17801cef518bbdcaf120222 /www/py-requests-futures/Makefile | |
parent | 3c00ae9ebf9ff1b3ee55df5054398172b3e074f9 (diff) | |
download | ports-f92e4df92af12aef9f70da7703baf1527e63d8f7.tar.gz ports-f92e4df92af12aef9f70da7703baf1527e63d8f7.zip |
Notes
Diffstat (limited to 'www/py-requests-futures/Makefile')
-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> |