svn commit: r317516 - head/math/R-cran-forecast
TAKATSU Tomonari
tota at FreeBSD.org
Mon May 6 13:57:44 UTC 2013
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
More information about the svn-ports-all
mailing list