git: c56a7b2e00d1 - main - astro/kosmorro: unbreak INDEX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 21:14:53 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=c56a7b2e00d1d5a829d02a07fe3f191fe089e75d commit c56a7b2e00d1d5a829d02a07fe3f191fe089e75d Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2022-03-25 21:14:41 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2022-03-25 21:14:41 +0000 astro/kosmorro: unbreak INDEX --- astro/kosmorro/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/astro/kosmorro/Makefile b/astro/kosmorro/Makefile index 391b8d16f295..248f746154dd 100644 --- a/astro/kosmorro/Makefile +++ b/astro/kosmorro/Makefile @@ -10,14 +10,14 @@ COMMENT= Ephemerides computation LICENSE= AGPLv3 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-Babel@${PY_FLAVOR}\ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR}\ - ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-Babel@${PY_FLAVOR}\ + ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}termcolor>0:devel/py-termcolor@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}kosmorrolib>0:astro/py-kosmorrolib@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-Babel@${PY_FLAVOR}\ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}termcolor>0:devel/py-termcolor@${PY_FLAVOR}\