aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-numpy/Makefile
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2015-07-03 20:20:28 +0800
committerDmitry Sivachenko <demon@FreeBSD.org>2015-07-03 20:20:28 +0800
commit9bbba7ce0e391da3b56ec6fd8b7b3b373fe096d0 (patch)
tree6ba437fff6113857711efe977e08010963f14244 /math/py-numpy/Makefile
parent5e51e3926b85e6c0567efa8b7ab6280ae695d506 (diff)
downloadfreebsd-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/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>