summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2016-01-27 11:18:29 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2016-01-27 11:18:29 +0000
commit370b5b17f388a8fb34132165f2572a08aac96162 (patch)
tree0ac3c9f35bacb708771e4ac64833cf8c4a1bfc34
parentAdd patch to fix build on ARM v6 (diff)
- Add missing runtime dependency
Notes
Notes: svn path=/head/; revision=407354
-rw-r--r--devel/R-cran-reshape2/Makefile4
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