diff options
Diffstat (limited to 'sysutils/py-dlipower/Makefile')
-rw-r--r-- | sysutils/py-dlipower/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/py-dlipower/Makefile b/sysutils/py-dlipower/Makefile index 4a4b7cc8cb9a..82ae28866ca1 100644 --- a/sysutils/py-dlipower/Makefile +++ b/sysutils/py-dlipower/Makefile @@ -13,9 +13,9 @@ COMMENT= CLI interface to Digital Logger's (DLI) Power Strips LICENSE= BSD2CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0:${PORTSDIR}/www/py-beautifulsoup \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.0:${PORTSDIR}/www/py-requests \ - ${PYTHON_PKGNAMEPREFIX}six>=1.9:${PORTSDIR}/devel/py-six +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0:www/py-beautifulsoup \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six USES= python shebangfix SHEBANG_FILES= dlipower/fence_dli |