aboutsummaryrefslogtreecommitdiff
path: root/math/rpy2
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-01-23 15:21:52 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-01-23 15:21:52 +0000
commit9436ce76acd75680d988287bae48eed9d3f12bf1 (patch)
treea4c4988bd5d9a68d0f6733cf02c36ab3106e8012 /math/rpy2
parent152f7a6ad15a2e245d74832558e8fe81c9a6f5b5 (diff)
Notes
Diffstat (limited to 'math/rpy2')
-rw-r--r--math/rpy2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/rpy2/Makefile b/math/rpy2/Makefile
index e61002153f1a..fc729b8a0954 100644
--- a/math/rpy2/Makefile
+++ b/math/rpy2/Makefile
@@ -12,9 +12,9 @@ COMMENT= Python interface to the R Programming Language
LICENSE= GPLv2
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
+BUILD_DEPENDS= ${PYNUMPY} \
R:${PORTSDIR}/math/R
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
+RUN_DEPENDS= ${PYNUMPY} \
R:${PORTSDIR}/math/R
USES= python readline