diff options
Diffstat (limited to 'security/py-zope.password/Makefile')
-rw-r--r-- | security/py-zope.password/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-zope.password/Makefile b/security/py-zope.password/Makefile index 1b99a76402cd..e2ccfc627255 100644 --- a/security/py-zope.password/Makefile +++ b/security/py-zope.password/Makefile @@ -13,9 +13,9 @@ COMMENT= Password encoding and checking utilities LICENSE= ZPL21 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist |