Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2013 13:57:44 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317516 - head/math/R-cran-forecast
Message-ID:  <201305061357.r46DviZq012372@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Mon May  6 13:57:43 2013
New Revision: 317516
URL: http://svnweb.freebsd.org/changeset/ports/317516

Log:
  - Add missing dependencies

Modified:
  head/math/R-cran-forecast/Makefile

Modified: head/math/R-cran-forecast/Makefile
==============================================================================
--- head/math/R-cran-forecast/Makefile	Mon May  6 13:42:46 2013	(r317515)
+++ head/math/R-cran-forecast/Makefile	Mon May  6 13:57:43 2013	(r317516)
@@ -12,8 +12,11 @@ COMMENT=	Forecasting functions for time 
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	R-cran-fracdiff>0:${PORTSDIR}/math/R-cran-fracdiff \
-		R-cran-RcppArmadillo>=0.2.35:${PORTSDIR}/math/R-cran-RcppArmadillo
+RUN_DEPENDS=	R-cran-tseries>0:${PORTSDIR}/finance/R-cran-tseries \
+		R-cran-fracdiff>0:${PORTSDIR}/math/R-cran-fracdiff \
+		R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo \
+		R-cran-RcppArmadillo>=0.2.35:${PORTSDIR}/math/R-cran-RcppArmadillo \
+		R-cran-colorspace>0:${PORTSDIR}/graphics/R-cran-colorspace
 
 USE_R_MOD=	yes
 R_MOD_AUTOPLIST=	yes



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