diff options
Diffstat (limited to 'math/py-pysparse/Makefile')
-rw-r--r-- | math/py-pysparse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-pysparse/Makefile b/math/py-pysparse/Makefile index c2e3490ff34d..8c7eccf59d23 100644 --- a/math/py-pysparse/Makefile +++ b/math/py-pysparse/Makefile @@ -13,8 +13,8 @@ COMMENT= Fast sparse matrix library for Python LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.2:math/py-numpy -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.2:math/py-numpy +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.2,1:math/py-numpy +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.2,1:math/py-numpy LIB_DEPENDS= liblapack.so:math/lapack \ libblas.so:math/blas \ libopenblas.so:math/openblas \ |