diff options
Diffstat (limited to 'www/py-plone.app.uuid/Makefile')
-rw-r--r-- | www/py-plone.app.uuid/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-plone.app.uuid/Makefile b/www/py-plone.app.uuid/Makefile index a9b0beb..494c8ab 100644 --- a/www/py-plone.app.uuid/Makefile +++ b/www/py-plone.app.uuid/Makefile @@ -12,10 +12,10 @@ COMMENT= Plone integration for the basic plone.uuid package LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.uuid>=0:${PORTSDIR}/www/py-plone.uuid \ - ${PYTHON_PKGNAMEPREFIX}plone.indexer>=0:${PORTSDIR}/www/py-plone.indexer \ - ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:${PORTSDIR}/devel/py-zope.publisher \ - ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.uuid>=0:www/py-plone.uuid \ + ${PYTHON_PKGNAMEPREFIX}plone.indexer>=0:www/py-plone.indexer \ + ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:devel/py-zope.publisher \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface NO_ARCH= yes USES= python zip |