diff options
Diffstat (limited to 'security/wapiti/Makefile')
-rw-r--r-- | security/wapiti/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/wapiti/Makefile b/security/wapiti/Makefile index 6e38c5923d1..c9aba0fc2f2 100644 --- a/security/wapiti/Makefile +++ b/security/wapiti/Makefile @@ -12,8 +12,8 @@ COMMENT= Wapiti is a vulnerability scanner for web applications LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>=0:${PORTSDIR}/www/py-beautifulsoup32 \ - ${PYTHON_PKGNAMEPREFIX}requests>=1.2.3:${PORTSDIR}/www/py-requests +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>=0:www/py-beautifulsoup32 \ + ${PYTHON_PKGNAMEPREFIX}requests>=1.2.3:www/py-requests USES= python:2 USE_PYTHON= distutils autoplist |