diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-07-03 20:20:28 +0800 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-07-03 20:20:28 +0800 |
commit | 9bbba7ce0e391da3b56ec6fd8b7b3b373fe096d0 (patch) | |
tree | 6ba437fff6113857711efe977e08010963f14244 /math/py-numpy/Makefile | |
parent | 5e51e3926b85e6c0567efa8b7ab6280ae695d506 (diff) | |
download | freebsd-ports-gnome-9bbba7ce0e391da3b56ec6fd8b7b3b373fe096d0.tar.gz freebsd-ports-gnome-9bbba7ce0e391da3b56ec6fd8b7b3b373fe096d0.tar.zst freebsd-ports-gnome-9bbba7ce0e391da3b56ec6fd8b7b3b373fe096d0.zip |
Depend on a particual file, not an executable so it picks up a correct
python version.
PR: 198989
Submitted by: John W. O'Brien <john@saltant.com>
Diffstat (limited to 'math/py-numpy/Makefile')
-rw-r--r-- | math/py-numpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index d75a605fa69e..419af8175440 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -40,7 +40,7 @@ ATLAS_USES= blaslapack:atlas NETLIB_USES= blaslapack:netlib OPENBLAS_USES= blaslapack:openblas SUITESPARSE_LIB_DEPENDS=libumfpack.so:${PORTSDIR}/math/suitesparse -TESTS_RUN_DEPENDS= nosetests:${PORTSDIR}/devel/py-nose +TESTS_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/nose/__init__.py:${PORTSDIR}/devel/py-nose .include <bsd.port.pre.mk> |