diff options
Diffstat (limited to 'devel/py-pyro/Makefile')
-rw-r--r-- | devel/py-pyro/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-pyro/Makefile b/devel/py-pyro/Makefile index 89aaa80ca590..29e7ecf5ef5d 100644 --- a/devel/py-pyro/Makefile +++ b/devel/py-pyro/Makefile @@ -14,7 +14,7 @@ COMMENT= Distributed Object Middleware for Python(IPC/RPC) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}serpent>=1.23:devel/py-serpent +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}serpent>=1.23:devel/py-serpent@${FLAVOR} NO_ARCH= yes USES= dos2unix python:2.7+ @@ -26,7 +26,7 @@ PORTEXAMPLES= * .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}selectors34>0:devel/py-selectors34 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}selectors34>0:devel/py-selectors34@${FLAVOR} .endif post-install: |