aboutsummaryrefslogtreecommitdiff
path: root/devel/py-prompt_toolkit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-prompt_toolkit/Makefile')
-rw-r--r--devel/py-prompt_toolkit/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-prompt_toolkit/Makefile b/devel/py-prompt_toolkit/Makefile
index 0506f442fbb0..817c68a9adc7 100644
--- a/devel/py-prompt_toolkit/Makefile
+++ b/devel/py-prompt_toolkit/Makefile
@@ -13,13 +13,13 @@ COMMENT= Library for building powerful interactive command lines in Python
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \
- ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${FLAVOR}
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
-USES?= python
+USES= python
-SLAVEDIRS= devel/py3-prompt_toolkit
+SLAVEDIRS= devel/py-prompt_toolkit
.include <bsd.port.mk>