From e880ec4eafcb455118a0bdc41efd2b9fc425bdf5 Mon Sep 17 00:00:00 2001 From: demon Date: Fri, 3 Jul 2015 12:20:28 +0000 Subject: Depend on a particual file, not an executable so it picks up a correct python version. PR: 198989 Submitted by: John W. O'Brien --- math/py-numpy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit