diff options
Diffstat (limited to 'net/py-coherence/Makefile')
-rw-r--r-- | net/py-coherence/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/py-coherence/Makefile b/net/py-coherence/Makefile index 8ea7e8e01eea..0dd6cca6d6c1 100644 --- a/net/py-coherence/Makefile +++ b/net/py-coherence/Makefile @@ -13,10 +13,10 @@ COMMENT= DLNA/UPnP media server and framework for the digital living LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENCE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=4.3:devel/py-configobj@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}twisted>8.2:devel/py-twisted@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Louie>0:devel/py-louie@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=4.3:devel/py-configobj@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}twisted>8.2:devel/py-twisted@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Louie>0:devel/py-louie@${PY_FLAVOR} USE_GITHUB= yes GH_ACCOUNT= coherence-project |