diff options
author | rene <rene@FreeBSD.org> | 2014-09-21 04:36:56 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-09-21 04:36:56 +0800 |
commit | 051462a85a90ac45174799a3d9920c7d5c47afcf (patch) | |
tree | 1348519815980390308e0dafb3f377f7c0a1825b | |
parent | 5f4a17fa4e81b30e128d535accda7fb0b408804d (diff) | |
download | freebsd-ports-gnome-051462a85a90ac45174799a3d9920c7d5c47afcf.tar.gz freebsd-ports-gnome-051462a85a90ac45174799a3d9920c7d5c47afcf.tar.zst freebsd-ports-gnome-051462a85a90ac45174799a3d9920c7d5c47afcf.zip |
Use modern python infrastructure, no functional changes
-rw-r--r-- | audio/py-mpd2/Makefile | 6 |
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 |