aboutsummaryrefslogtreecommitdiffstats
path: root/math/rpy
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-01-23 23:21:52 +0800
committerantoine <antoine@FreeBSD.org>2015-01-23 23:21:52 +0800
commit4200e0a77c3889d1fa773d849e2d7de9cd7ca89b (patch)
treea4c4988bd5d9a68d0f6733cf02c36ab3106e8012 /math/rpy
parentf74423e9312ae8df25cfa579f1cef23d6c10f40a (diff)
downloadfreebsd-ports-graphics-4200e0a77c3889d1fa773d849e2d7de9cd7ca89b.tar.gz
freebsd-ports-graphics-4200e0a77c3889d1fa773d849e2d7de9cd7ca89b.tar.zst
freebsd-ports-graphics-4200e0a77c3889d1fa773d849e2d7de9cd7ca89b.zip
Canonicalize some dependencies on numpy
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 d8e44fd1c8a..7dff9087d15 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