diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-12-01 21:06:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-12-01 21:06:21 +0800 |
commit | b427b120ea180cf2281275dadd2c7ed42a3ed718 (patch) | |
tree | d28d8b02624edbddaf7236dcb653b5abdaca4399 /math | |
parent | 079e92a7acdcf3bb221611e20b9af9f896222d94 (diff) | |
download | freebsd-ports-gnome-b427b120ea180cf2281275dadd2c7ed42a3ed718.tar.gz freebsd-ports-gnome-b427b120ea180cf2281275dadd2c7ed42a3ed718.tar.zst freebsd-ports-gnome-b427b120ea180cf2281275dadd2c7ed42a3ed718.zip |
Use PYNUMPY
Diffstat (limited to 'math')
-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 c919da2897e1..ffba015b9966 100644 --- a/math/py-numexpr/Makefile +++ b/math/py-numexpr/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.7,1:math/py-numpy@${PY_FLAVOR} +RUN_DEPENDS= ${PYNUMPY} USES= dos2unix python USE_PYTHON= autoplist concurrent distutils |