aboutsummaryrefslogtreecommitdiff
path: root/astro/py-spktype21/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'astro/py-spktype21/Makefile')
-rw-r--r--astro/py-spktype21/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/astro/py-spktype21/Makefile b/astro/py-spktype21/Makefile
index 5a9174ded8c1..0d7d729f5ea9 100644
--- a/astro/py-spktype21/Makefile
+++ b/astro/py-spktype21/Makefile
@@ -2,6 +2,7 @@
PORTNAME= spktype21
PORTVERSION= 0.1.0
+PORTREVISION= 1
CATEGORIES= astro python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,8 +11,8 @@ COMMENT= Supporting module for jplephem to handle data type 21
LICENSE= MIT
-BUILD_DEPENDS= ${NUMPY}
-RUN_DEPENDS= ${NUMPY} \
+BUILD_DEPENDS= ${PYNUMPY}
+RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}jplephem>0:astro/py-jplephem@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}spktype01>0:astro/py-spktype01@${PY_FLAVOR} \
py.test:devel/py-pytest@${PY_FLAVOR}