summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/py-numpy/Makefile2
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>