aboutsummaryrefslogtreecommitdiff
path: root/math/rpy
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/rpy
parent152f7a6ad15a2e245d74832558e8fe81c9a6f5b5 (diff)
downloadports-9436ce76acd75680d988287bae48eed9d3f12bf1.tar.gz
ports-9436ce76acd75680d988287bae48eed9d3f12bf1.zip
Notes
Diffstat (limited to 'math/rpy')
-rw-r--r--math/rpy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/rpy/Makefile b/math/rpy/Makefile
index d8e44fd1c8a0..7dff9087d150 100644
--- a/math/rpy/Makefile
+++ b/math/rpy/Makefile
@@ -13,9 +13,9 @@ COMMENT= Python interface to the R Programming Language
LICENSE= GPLv2 LGPL21 MPL
LICENSE_COMB= dual
-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