aboutsummaryrefslogtreecommitdiff
path: root/www/mitmproxy
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2015-01-03 08:41:20 +0000
committerMarcus von Appen <mva@FreeBSD.org>2015-01-03 08:41:20 +0000
commit1b0994ee1eff286d2800b1881a5582132b96e32f (patch)
tree5de250878ab793a0857c0738238f861a73b7258c /www/mitmproxy
parent8220d1b22997d3bb59049bfe5dee0caafa1f38d6 (diff)
- Convert USE_PYTHON to new USES in www/
With hat: python@
Notes
Notes: svn path=/head/; revision=376109
Diffstat (limited to 'www/mitmproxy')
-rw-r--r--www/mitmproxy/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/mitmproxy/Makefile b/www/mitmproxy/Makefile
index c5c2dc74df27..c49d05245058 100644
--- a/www/mitmproxy/Makefile
+++ b/www/mitmproxy/Makefile
@@ -19,8 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>0:${PORTSDIR}/devel/py-asn1 \
${PYTHON_PKGNAMEPREFIX}pillow>=2.3.0:${PORTSDIR}/graphics/py-pillow \
${PYTHON_PKGNAMEPREFIX}urwid>0:${PORTSDIR}/devel/py-urwid
-PYDISTUTILS_AUTOPLIST= yes
-USE_PYDISTUTILS=yes
-USE_PYTHON= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>