aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/livestreamer
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2014-08-19 03:34:53 +0800
committernox <nox@FreeBSD.org>2014-08-19 03:34:53 +0800
commit31bc736ba4d4bd7e6ba43800b52896d66dd6f0bb (patch)
tree82a0a07ef3afa2864e7921615fcd802e61ddb605 /multimedia/livestreamer
parent029b20dcadf65c768845c15bc582570f6b0df641 (diff)
downloadfreebsd-ports-gnome-31bc736ba4d4bd7e6ba43800b52896d66dd6f0bb.tar.gz
freebsd-ports-gnome-31bc736ba4d4bd7e6ba43800b52896d66dd6f0bb.tar.zst
freebsd-ports-gnome-31bc736ba4d4bd7e6ba43800b52896d66dd6f0bb.zip
Switch to USES=python USE_PYTHON=autoplist distutils.
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>