diff options
Diffstat (limited to 'net/py-terminado/Makefile')
-rw-r--r-- | net/py-terminado/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-terminado/Makefile b/net/py-terminado/Makefile index eaf9b78b4b8b..2743aeee34f3 100644 --- a/net/py-terminado/Makefile +++ b/net/py-terminado/Makefile @@ -11,8 +11,8 @@ COMMENT= Terminals served to term.js using Tornado websockets LICENSE= BSD2CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ptyprocess>0:${PORTSDIR}/sysutils/py-ptyprocess \ - ${PYTHON_PKGNAMEPREFIX}tornado>0:${PORTSDIR}/www/py-tornado +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ptyprocess>0:sysutils/py-ptyprocess \ + ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado USES= python USE_PYTHON= distutils autoplist |