Allow concurrent installation (USE_PYTHON=concurrent).
PR: 225842 Submitted by: John Hein Reviewed by: ler (mentor) Approved by: ler (mentor) Differential Revision: https://reviews.freebsd.org/D14342
This commit is contained in:
parent
0b66565e59
commit
f1358c88c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461681
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= qrcode
|
||||
PORTVERSION= 5.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.8:devel/py-six@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pillow>=2.6:graphics/py-pillow@${FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|share/\(man/man1\)|\1|' ${WRKSRC}/setup.py
|
||||
|
Loading…
Reference in New Issue
Block a user