diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-29 17:28:42 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-29 17:28:42 +0000 |
commit | 5fe04d8b0669da3d0a41a607983f701889ad2ba7 (patch) | |
tree | 0e5d6fab51bd007b36c0cb572b0a1101d7343b04 /security/wapiti | |
parent | 3b63eba367f6bace07c80d9475cce3d4a99998f3 (diff) |
Notes
Diffstat (limited to 'security/wapiti')
-rw-r--r-- | security/wapiti/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/wapiti/Makefile b/security/wapiti/Makefile index 4eb6974c9a28..6e38c5923d1e 100644 --- a/security/wapiti/Makefile +++ b/security/wapiti/Makefile @@ -15,8 +15,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>=0:${PORTSDIR}/www/py-beautifulsoup32 \ ${PYTHON_PKGNAMEPREFIX}requests>=1.2.3:${PORTSDIR}/www/py-requests -USE_PYTHON= 2 -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST=yes +USES= python:2 +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |