diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-07-03 12:20:28 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-07-03 12:20:28 +0000 |
commit | 9bbba7ce0e391da3b56ec6fd8b7b3b373fe096d0 (patch) | |
tree | 6ba437fff6113857711efe977e08010963f14244 | |
parent | multimedia/{lib}x264: Fix distinfo's (diff) |
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>
Notes
Notes:
svn path=/head/; revision=391233
-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> |