Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2018 17:32:06 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485156 - head/math/py-statsmodels
Message-ID:  <201811171732.wAHHW6VE067400@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811171732.wAHHW6VE067400>