aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-03-03 18:08:25 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-03-03 18:08:25 +0000
commit02e1390febd98e6e20d9ed94be7e0cf3510c123a (patch)
tree7871c760203075c26f7aeaaacb09ad0b42484a06 /astro
parenta45ccd20e06f189b6406e49aedd617c9cbbb1d62 (diff)
downloadports-02e1390febd98e6e20d9ed94be7e0cf3510c123a.tar.gz
ports-02e1390febd98e6e20d9ed94be7e0cf3510c123a.zip
Remove PYGAME and PYNUMPY
Notes
Notes: svn path=/head/; revision=567131
Diffstat (limited to 'astro')
-rw-r--r--astro/py-ro/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/py-ro/Makefile b/astro/py-ro/Makefile
index f9b3fa1756fe..f159bdcc0e0d 100644
--- a/astro/py-ro/Makefile
+++ b/astro/py-ro/Makefile
@@ -15,7 +15,7 @@ COMMENT= Package of Python astronomical utilities
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/docs/License.txt
-RUN_DEPENDS= ${PYNUMPY}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
@@ -30,6 +30,6 @@ PYGAME_DESC= Add Support for PyGame
ASTROPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astropy>=0:astro/py-astropy@${PY_FLAVOR}
MATPLOTLIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib@${PY_FLAVOR}
-PYGAME_RUN_DEPENDS= ${PYGAME}
+PYGAME_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:devel/py-game@${PY_FLAVOR}
.include <bsd.port.mk>