diff options
-rw-r--r-- | devel/R-cran-reshape2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/R-cran-reshape2/Makefile b/devel/R-cran-reshape2/Makefile index 26600b957d0e..fc7684dceb07 100644 --- a/devel/R-cran-reshape2/Makefile +++ b/devel/R-cran-reshape2/Makefile @@ -3,6 +3,7 @@ PORTNAME= reshape2 PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -12,7 +13,8 @@ COMMENT= Flexibly reshape data: a reboot of the reshape package LICENSE= MIT RUN_DEPENDS= R-cran-plyr>=1.8.1:${PORTSDIR}/devel/R-cran-plyr \ - R-cran-stringr>0:${PORTSDIR}/textproc/R-cran-stringr + R-cran-stringr>0:${PORTSDIR}/textproc/R-cran-stringr \ + R-cran-Rcpp>0:${PORTSDIR}/devel/R-cran-Rcpp USES= cran:auto-plist |