aboutsummaryrefslogtreecommitdiff
path: root/audio/py-pyaudio
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-03-04 19:57:25 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-03-04 19:57:25 +0000
commitcb4a84de10dd7f9f6d9d21c079d7cfbbc43367ae (patch)
treec55521eec3d1a72c6735b572b6d87eae44e23d7b /audio/py-pyaudio
parentde35f156caf8568ca19d32a07ef7cc54db8af39e (diff)
Notes
Diffstat (limited to 'audio/py-pyaudio')
-rw-r--r--audio/py-pyaudio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-pyaudio/Makefile b/audio/py-pyaudio/Makefile
index 39f5ba9572ef..d0a54c5090be 100644
--- a/audio/py-pyaudio/Makefile
+++ b/audio/py-pyaudio/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pyaudio
PORTVERSION= 0.2.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@ LICENSE= MIT
LIB_DEPENDS= libportaudio.so:audio/portaudio
USES= python gmake
-USE_PYTHON= distutils autoplist
+USE_PYTHON= distutils concurrent autoplist
MAKE_ENV= PYTHON=${PYTHON_CMD} \
SPHINX=sphinx-build-${PYTHON_VER}