diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-23 15:21:52 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-23 15:21:52 +0000 |
commit | 9436ce76acd75680d988287bae48eed9d3f12bf1 (patch) | |
tree | a4c4988bd5d9a68d0f6733cf02c36ab3106e8012 /math/rpy2 | |
parent | 152f7a6ad15a2e245d74832558e8fe81c9a6f5b5 (diff) |
Notes
Diffstat (limited to 'math/rpy2')
-rw-r--r-- | math/rpy2/Makefile | 4 |
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 |