diff options
Diffstat (limited to 'devel/py-Products.StandardCacheManagers/Makefile')
-rw-r--r-- | devel/py-Products.StandardCacheManagers/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-Products.StandardCacheManagers/Makefile b/devel/py-Products.StandardCacheManagers/Makefile index a7274859a593..a98f36650959 100644 --- a/devel/py-Products.StandardCacheManagers/Makefile +++ b/devel/py-Products.StandardCacheManagers/Makefile @@ -13,12 +13,12 @@ COMMENT= Cache managers for Zope 2 LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:security/py-AccessControl \ - ${PYTHON_PKGNAMEPREFIX}transaction>=0:devel/py-transaction \ - ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:security/py-AccessControl@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}transaction>=0:devel/py-transaction@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${FLAVOR} NO_ARCH= yes -USES= python +USES= python:2.7 USE_PYTHON= autoplist distutils .include <bsd.port.mk> |