diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-11-18 01:31:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-11-18 01:31:57 +0800 |
commit | b6245f2d2df20c0aa59e095dd2c85e30dcc150d2 (patch) | |
tree | 6eeea32e2d9b13d0063dbe47e6c83ce9a87a147f /math/py-numexpr | |
parent | 9b532741ac28465652f4e3a0bee214a8e1202f6d (diff) | |
download | freebsd-ports-gnome-b6245f2d2df20c0aa59e095dd2c85e30dcc150d2.tar.gz freebsd-ports-gnome-b6245f2d2df20c0aa59e095dd2c85e30dcc150d2.tar.zst freebsd-ports-gnome-b6245f2d2df20c0aa59e095dd2c85e30dcc150d2.zip |
Change the way *_DEPENDS are set
Diffstat (limited to 'math/py-numexpr')
-rw-r--r-- | math/py-numexpr/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile index 063d764361c7..c919da2897e1 100644 --- a/math/py-numexpr/Makefile +++ b/math/py-numexpr/Makefile @@ -13,11 +13,11 @@ COMMENT= Fast numerical array expression evaluator for Python and NumPy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.7,1:math/py-numpy@${PY_FLAVOR} -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.7,1:math/py-numpy@${PY_FLAVOR} -USE_PYTHON= autoplist concurrent distutils USES= dos2unix python +USE_PYTHON= autoplist concurrent distutils post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/numexpr/interpreter.so |