diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2022-03-25 21:14:41 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2022-03-25 21:14:41 +0000 |
commit | c56a7b2e00d1d5a829d02a07fe3f191fe089e75d (patch) | |
tree | 0b2708822ece343eb6e149acb8de12f0d3e8624a | |
parent | b859af4ee4877ed5a1e04a9f94f5c0929f390ce4 (diff) | |
download | ports-c56a7b2e00d1d5a829d02a07fe3f191fe089e75d.tar.gz ports-c56a7b2e00d1d5a829d02a07fe3f191fe089e75d.zip |
astro/kosmorro: unbreak INDEX
-rw-r--r-- | astro/kosmorro/Makefile | 6 |
1 files 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}\ |