diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 17:22:07 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 17:22:07 +0000 |
commit | 1727182e5d2f80a6075c8866a50222205844f161 (patch) | |
tree | 577b09eeae346e5ff08999e6b5c40c95539bd57f /multimedia/mps-youtube | |
parent | 306e66af5d83697a761205698232bca9aa68ef19 (diff) | |
download | ports-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/Makefile | 6 |
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> |