Update CONFLICTS_INSTALL
- Use CONFLICTS_INSTALL instead of CONFLICTS It only conflicts with tornado 4.x and 5.x of same Python version.
This commit is contained in:
parent
3bb5b42196
commit
7476f28dfe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527581
@ -14,11 +14,12 @@ LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= ${PY_FUTURES}
|
||||
|
||||
CONFLICTS= py[0-9]*-tornado[46]-*
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}tornado4 \
|
||||
${PYTHON_PKGNAMEPREFIX}tornado6
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 3400
|
||||
|
Loading…
Reference in New Issue
Block a user