diff options
Diffstat (limited to 'devel/py-Products.PythonScripts/Makefile')
-rw-r--r-- | devel/py-Products.PythonScripts/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-Products.PythonScripts/Makefile b/devel/py-Products.PythonScripts/Makefile index 87b291037bb8..d5e2bcb2beb4 100644 --- a/devel/py-Products.PythonScripts/Makefile +++ b/devel/py-Products.PythonScripts/Makefile @@ -13,12 +13,12 @@ COMMENT= Support for restricted execution of Python scripts in Zope 2 LICENSE= ZPL21 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:${PORTSDIR}/security/py-AccessControl \ - ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \ - ${PYTHON_PKGNAMEPREFIX}DateTime>=0:${PORTSDIR}/devel/py-DateTime \ - ${PYTHON_PKGNAMEPREFIX}DocumentTemplate>=0:${PORTSDIR}/devel/py-DocumentTemplate \ - ${PYTHON_PKGNAMEPREFIX}RestrictedPython>=0:${PORTSDIR}/security/py-RestrictedPython \ - ${PYTHON_PKGNAMEPREFIX}zExceptions>=0:${PORTSDIR}/devel/py-zExceptions +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:security/py-AccessControl \ + ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:devel/py-Acquisition \ + ${PYTHON_PKGNAMEPREFIX}DateTime>=0:devel/py-DateTime \ + ${PYTHON_PKGNAMEPREFIX}DocumentTemplate>=0:devel/py-DocumentTemplate \ + ${PYTHON_PKGNAMEPREFIX}RestrictedPython>=0:security/py-RestrictedPython \ + ${PYTHON_PKGNAMEPREFIX}zExceptions>=0:devel/py-zExceptions USES= python zip USE_PYTHON= distutils autoplist |