diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-14 19:31:38 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-14 19:31:38 +0000 |
commit | 53bd23b79c524545b17edc969610d244cbd29d21 (patch) | |
tree | ce6d621bc00a94fc43e5196c5787aee41c157dea /astro/py-RO | |
parent | f59b67955d4827b57ee9e0f7ce49452c7c76ca4f (diff) | |
download | ports-53bd23b79c524545b17edc969610d244cbd29d21.tar.gz ports-53bd23b79c524545b17edc969610d244cbd29d21.zip |
Notes
Diffstat (limited to 'astro/py-RO')
-rw-r--r-- | astro/py-RO/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/py-RO/Makefile b/astro/py-RO/Makefile index a83216c77451..d7d6d11c8ea2 100644 --- a/astro/py-RO/Makefile +++ b/astro/py-RO/Makefile @@ -23,7 +23,7 @@ MATPLOTLIB_DESC=Add support for Matplotlib PYGAME_DESC= Add Support for PyGame NO_ARCH= yes -USES= python +USES= python:3.5+ USE_PYTHON= autoplist distutils ASTROPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astropy>=0:astro/py-astropy@${PY_FLAVOR} |