audio/py-pyaudio: Add USE_PYTHON=concurrent

PR:		226343
Submitted by:	owk <freebsd_ports@k-worx.org>
Approved by:	tcberner (mentor, implicit)
Approved by:	portmgr blanket
This commit is contained in:
Yuri Victorovich 2018-03-04 19:57:25 +00:00
parent de35f156ca
commit cb4a84de10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463599

View file

@ -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}