diff options
Diffstat (limited to 'net/py-coherence/Makefile')
-rw-r--r-- | net/py-coherence/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/py-coherence/Makefile b/net/py-coherence/Makefile index 8f8327f6b618..acb877dc68c4 100644 --- a/net/py-coherence/Makefile +++ b/net/py-coherence/Makefile @@ -12,16 +12,16 @@ 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 \ - ${PYTHON_PKGNAMEPREFIX}twisted>8.2:devel/py-twisted \ - ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface \ - ${PYTHON_PKGNAMEPREFIX}Louie>0:devel/py-louie +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} USE_GITHUB= yes GH_ACCOUNT= coherence-project GH_TAGNAME= 4d5ee5f -USES= python +USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes |