aboutsummaryrefslogtreecommitdiff
path: root/astro/py-jplephem/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'astro/py-jplephem/Makefile')
-rw-r--r--astro/py-jplephem/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/astro/py-jplephem/Makefile b/astro/py-jplephem/Makefile
index 1793a559a74c..1ecfc593a17b 100644
--- a/astro/py-jplephem/Makefile
+++ b/astro/py-jplephem/Makefile
@@ -3,6 +3,7 @@
PORTNAME= jplephem
PORTVERSION= 2.15
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= astro python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +12,8 @@ COMMENT= Python version of NASA DE4xx ephemerides
LICENSE= MIT
-BUILD_DEPENDS= ${NUMPY}
-RUN_DEPENDS= ${NUMPY}
+BUILD_DEPENDS= ${PYNUMPY}
+RUN_DEPENDS= ${PYNUMPY}
TEST_DEPENDS= bash:shells/bash \
${PYTHON_PKGNAMEPREFIX}unittest2>0:devel/py-unittest2@${PY_FLAVOR}