svn commit: r485156 - head/math/py-statsmodels

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 17 17:32:12 UTC 2018


Author: sunpoet
Date: Sat Nov 17 17:32:05 2018
New Revision: 485156
URL: https://svnweb.freebsd.org/changeset/ports/485156

Log:
  Change the way *_DEPENDS are set

Modified:
  head/math/py-statsmodels/Makefile

Modified: head/math/py-statsmodels/Makefile
==============================================================================
--- head/math/py-statsmodels/Makefile	Sat Nov 17 17:31:57 2018	(r485155)
+++ head/math/py-statsmodels/Makefile	Sat Nov 17 17:32:05 2018	(r485156)
@@ -12,11 +12,11 @@ COMMENT=	Complement to SciPy for statistical computati
 
 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
 


More information about the svn-ports-all mailing list