summaryrefslogtreecommitdiff
path: root/audio/py-mpd2
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-09-20 20:36:56 +0000
committerRene Ladan <rene@FreeBSD.org>2014-09-20 20:36:56 +0000
commit7b1970b8f7af8ee4884d46e40136ebcda9351471 (patch)
tree1348519815980390308e0dafb3f377f7c0a1825b /audio/py-mpd2
parentdevel/rubygem-backports: update to 3.6.1 (diff)
Use modern python infrastructure, no functional changes
Notes
Notes: svn path=/head/; revision=368681
Diffstat (limited to 'audio/py-mpd2')
-rw-r--r--audio/py-mpd2/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/py-mpd2/Makefile b/audio/py-mpd2/Makefile
index 9598f266d45c..d5b3191b3e4b 100644
--- a/audio/py-mpd2/Makefile
+++ b/audio/py-mpd2/Makefile
@@ -18,11 +18,9 @@ GH_PROJECT= python-${PORTNAME}
GH_TAGNAME= v${PORTVERSION}
GH_COMMIT= cfeb3b5
-USES= shebangfix
+USES= shebangfix python
SHEBANG_FILES= examples/helloworld.py
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes