aboutsummaryrefslogtreecommitdiff
path: root/audio/py-pyaudio
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-19 07:33:09 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-19 07:33:09 +0000
commit715852b561960374f4893efaa2f34fe72c6bb1b2 (patch)
tree73167b4e032b5def37f33f5722222b9ac9337369 /audio/py-pyaudio
parent6488eeb32e4de6a000b652832b444d1c428a8094 (diff)
downloadports-715852b561960374f4893efaa2f34fe72c6bb1b2.tar.gz
ports-715852b561960374f4893efaa2f34fe72c6bb1b2.zip
- Convert ports from audio/ to new USES=python
Reviewed by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371170
Diffstat (limited to 'audio/py-pyaudio')
-rw-r--r--audio/py-pyaudio/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/py-pyaudio/Makefile b/audio/py-pyaudio/Makefile
index 822df3b3b134..51598dbbbc66 100644
--- a/audio/py-pyaudio/Makefile
+++ b/audio/py-pyaudio/Makefile
@@ -12,9 +12,8 @@ COMMENT= Portaudio toolkit bindings for Python
LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio2
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
WRKSRC= ${WRKDIR}/PyAudio-${PORTVERSION}