diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-17 17:32:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-17 17:32:05 +0000 |
commit | 6a28d114619621d9913c8579876aa750b6e00521 (patch) | |
tree | 6437de57b672cd6aad684a849f810ac5bd6ceba1 /math/py-statsmodels | |
parent | Change the way *_DEPENDS are set (diff) |
Change the way *_DEPENDS are set
Notes
Notes:
svn path=/head/; revision=485156
Diffstat (limited to 'math/py-statsmodels')
-rw-r--r-- | math/py-statsmodels/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile index 1b53b6f2b4e0..ce8aab5b66f7 100644 --- a/math/py-statsmodels/Makefile +++ b/math/py-statsmodels/Makefile @@ -12,11 +12,11 @@ COMMENT= Complement to SciPy for statistical computations LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PYNUMPY} \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0.14:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}patsy>=0.4.0:math/py-patsy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.14:science/py-scipy@${PY_FLAVOR} -RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= DOCS EXAMPLES |