diff options
Diffstat (limited to 'astro/py-astropy/Makefile')
-rw-r--r-- | astro/py-astropy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/astro/py-astropy/Makefile b/astro/py-astropy/Makefile index 29a6cd4ef7b2..ab61abe2e12a 100644 --- a/astro/py-astropy/Makefile +++ b/astro/py-astropy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= astropy -DISTVERSION= 3.1.2 +DISTVERSION= 4.0.1 PORTEPOCH= 2 CATEGORIES= astro MASTER_SITES= CHEESESHOP @@ -14,7 +14,8 @@ COMMENT= Community-developed python astronomy tools LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst -BUILD_DEPENDS= ${PYNUMPY} +BUILD_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}astropy-helpers>=0:astro/py-astropy-helpers@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} USES= compiler:c11 python:3.5+ |