diff options
Diffstat (limited to 'www/py-turbogears2')
-rw-r--r-- | www/py-turbogears2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-turbogears2/Makefile b/www/py-turbogears2/Makefile index 43cf8fa75648..6262853e68a8 100644 --- a/www/py-turbogears2/Makefile +++ b/www/py-turbogears2/Makefile @@ -12,10 +12,10 @@ COMMENT= Python-Based Framework for Rapid Web Development LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}crank>=0:devel/py-crank@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}webob>=1.2:www/py-webob@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0:textproc/py-MarkupSafe@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}repoze.lru>=0:devel/py-repoze.lru@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}crank>=0:devel/py-crank@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}webob>=1.2:www/py-webob@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0:textproc/py-MarkupSafe@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}repoze.lru>=0:devel/py-repoze.lru@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist |