From a2fb91b856847c6cbd0902cbc159e65519aad984 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 10 Feb 2018 19:59:26 +0000 Subject: Simplify Makefile: use PY_FUTURES With hat: python --- www/py-pySmartDL/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'www') diff --git a/www/py-pySmartDL/Makefile b/www/py-pySmartDL/Makefile index 82cd942ffb34..e39487942537 100644 --- a/www/py-pySmartDL/Makefile +++ b/www/py-pySmartDL/Makefile @@ -10,15 +10,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= feld@FreeBSD.org COMMENT= Smart download manager for Python +RUN_DEPENDS= ${PY_FUTURES} + USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes -.include - -.if ${PYTHON_VER} == "2.7" -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}futures>0:devel/py-futures@${FLAVOR} -.endif - -.include +.include -- cgit