diff options
Diffstat (limited to 'devel/py-selection/Makefile')
-rw-r--r-- | devel/py-selection/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-selection/Makefile b/devel/py-selection/Makefile index c25fa0eba27c..9fe6d7a136f4 100644 --- a/devel/py-selection/Makefile +++ b/devel/py-selection/Makefile @@ -11,9 +11,9 @@ COMMENT= API to extract content from HTML & XML documents LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}weblib>0:devel/py-weblib +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}weblib>0:devel/py-weblib@${FLAVOR} NO_ARCH= yes USES= python |