diff options
Diffstat (limited to 'math/R-cran-RcppRoll/Makefile')
-rw-r--r-- | math/R-cran-RcppRoll/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/R-cran-RcppRoll/Makefile b/math/R-cran-RcppRoll/Makefile index cfbbc40b425b..b5a203cf5616 100644 --- a/math/R-cran-RcppRoll/Makefile +++ b/math/R-cran-RcppRoll/Makefile @@ -1,6 +1,5 @@ PORTNAME= RcppRoll -DISTVERSION= 0.3.0 -PORTREVISION= 4 +DISTVERSION= 0.3.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -10,9 +9,7 @@ WWW= https://cran.r-project.org/web/packages/RcppRoll/ LICENSE= GPLv2+ -CRAN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp -BUILD_DEPENDS= ${CRAN_DEPENDS} -RUN_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp USES= cran:auto-plist,compiles |