- Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH
This commit is contained in:
parent
c07881cdc7
commit
2124f3d2fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395876
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ LICENSE= MIT
|
|||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blessings>=1.5:${PORTSDIR}/devel/py-blessings
|
||||
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USES= python
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue