diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-10-28 17:13:24 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-10-28 17:13:24 +0000 |
commit | 4be855d6a6cda92901d112da0ecbbda48cb1fbb5 (patch) | |
tree | bcf31c1c1134eed4d9f6bab5ee5e0d85f08e8b08 /math/py-numexpr | |
parent | 51412f49d1de2aa2190a0f7faaa9cf2c4c009809 (diff) |
Notes
Diffstat (limited to 'math/py-numexpr')
-rw-r--r-- | math/py-numexpr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile index 1c79326bfb54..cc6f1fd6226a 100644 --- a/math/py-numexpr/Makefile +++ b/math/py-numexpr/Makefile @@ -13,7 +13,7 @@ COMMENT= Fast numerical array expression evaluator for Python and NumPy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.6:math/py-numpy +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.6,1:math/py-numpy RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= autoplist concurrent distutils |