aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mps-youtube
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-21 17:22:07 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-21 17:22:07 +0000
commit1727182e5d2f80a6075c8866a50222205844f161 (patch)
tree577b09eeae346e5ff08999e6b5c40c95539bd57f /multimedia/mps-youtube
parent306e66af5d83697a761205698232bca9aa68ef19 (diff)
downloadports-1727182e5d2f80a6075c8866a50222205844f161.tar.gz
ports-1727182e5d2f80a6075c8866a50222205844f161.zip
- Convert ports of multimedia/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371331
Diffstat (limited to 'multimedia/mps-youtube')
-rw-r--r--multimedia/mps-youtube/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/mps-youtube/Makefile b/multimedia/mps-youtube/Makefile
index c4c2bf7facce..5372d027dc5b 100644
--- a/multimedia/mps-youtube/Makefile
+++ b/multimedia/mps-youtube/Makefile
@@ -23,10 +23,8 @@ MPV_DESC= Mpv media player support
# This port installs the following files in shared dirs
# PLIST_FILES= bin/mpsyt
-PYDISTUTILS_AUTOPLIST= yes
-
-USE_PYDISTUTILS= yes
-USE_PYTHON= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.options.mk>