diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-17 18:50:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-17 18:50:43 +0000 |
commit | 0a8a0cf9b594109fc88a136c6602f9bf9be5a549 (patch) | |
tree | 349464a091584565beb71b8bae4ce3a085fd6bc7 /games | |
parent | c23a8fcba92acf06e58b43c3036d75d2da4676ee (diff) | |
download | freebsd-ports-0a8a0cf9b594109fc88a136c6602f9bf9be5a549.zip |
Change RUN_DEPENDS from py-more-itertools to py-more-itertools5
- Bump PORTREVISION for dependency change
Diffstat (limited to 'games')
-rw-r--r-- | games/pyfa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pyfa/Makefile b/games/pyfa/Makefile index eb14ebfbf7ed..5c0f7be1a53a 100644 --- a/games/pyfa/Makefile +++ b/games/pyfa/Makefile @@ -3,7 +3,7 @@ PORTNAME= pyfa PORTVERSION= 1.19.1 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= games python @@ -36,7 +36,7 @@ DPSGRAPHING_DESC= DPS graphing (requires NumPy and matplotlib) DPSGRAPHING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}more-itertools>0:devel/py-more-itertools@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}more-itertools5>0:devel/py-more-itertools5@${PY_FLAVOR} do-build: @${PYTHON_CMD} -m compileall ${WRKSRC} |