Fix r496893
- Bump PORTREVISION for dependency change The value is changed from PYTHON_REL format to PYTHON_VER format but the variable is not.
This commit is contained in:
parent
eb4ae9ca86
commit
af91438790
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497409
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= pytest
|
||||
PORTVERSION= 4.3.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -34,7 +35,7 @@ NO_ARCH= yes
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 3.0
|
||||
.if ${PYTHON_VER} < 3.0
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}funcsigs>=0:devel/py-funcsigs@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue