aboutsummaryrefslogtreecommitdiff
path: root/multimedia/livestreamer
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2014-08-18 19:34:53 +0000
committerJuergen Lock <nox@FreeBSD.org>2014-08-18 19:34:53 +0000
commit86a28ef7e7c0cfebb58ed1fe1700d10db028e578 (patch)
tree82a0a07ef3afa2864e7921615fcd802e61ddb605 /multimedia/livestreamer
parent844ee7f5947cb106b141ea4de82785828bf19f5c (diff)
downloadports-86a28ef7e7c0cfebb58ed1fe1700d10db028e578.tar.gz
ports-86a28ef7e7c0cfebb58ed1fe1700d10db028e578.zip
Switch to USES=python USE_PYTHON=autoplist distutils.
Notes
Notes: svn path=/head/; revision=365346
Diffstat (limited to 'multimedia/livestreamer')
-rw-r--r--multimedia/livestreamer/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/livestreamer/Makefile b/multimedia/livestreamer/Makefile
index acfc6758db4c..05e881bd8c99 100644
--- a/multimedia/livestreamer/Makefile
+++ b/multimedia/livestreamer/Makefile
@@ -17,8 +17,7 @@ RUN_DEPENDS= rtmpdump:${PORTSDIR}/multimedia/rtmpdump \
${PYTHON_PKGNAMEPREFIX}requests1>=0:${PORTSDIR}/www/py-requests1 \
${PYTHON_PKGNAMEPREFIX}librtmp>=0:${PORTSDIR}/multimedia/py-librtmp
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>