aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-02-02 03:25:48 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-02-02 03:25:48 +0800
commite05191e7d2ad01eedc2e927820146ded6643da17 (patch)
tree82cfce536ccd04fbd17175067a756bdf042074aa /astro
parent293dd6fcdfdf36c0b2771daf3135e9a7ff168f40 (diff)
downloadfreebsd-ports-gnome-e05191e7d2ad01eedc2e927820146ded6643da17.tar.gz
freebsd-ports-gnome-e05191e7d2ad01eedc2e927820146ded6643da17.tar.zst
freebsd-ports-gnome-e05191e7d2ad01eedc2e927820146ded6643da17.zip
Remove PYNUMPY and PY_PILLOW
Diffstat (limited to 'astro')
-rw-r--r--astro/py-astlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/py-astlib/Makefile b/astro/py-astlib/Makefile
index ee1963d0c741..75d4b7418eec 100644
--- a/astro/py-astlib/Makefile
+++ b/astro/py-astlib/Makefile
@@ -16,8 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astropy>=1.1:astro/py-astropy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib@${PY_FLAVOR} \
- ${PYNUMPY} \
- ${PY_PILLOW} \
+ ${PYTHON_PKGNAMEPREFIX}numpy>=0.1:math/py-numpy@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=0.7.0:science/py-scipy@${PY_FLAVOR}
USES= python:3.5+