summaryrefslogtreecommitdiff
path: root/math/R-dplyr
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-09-25 17:26:38 +0000
committerbrook <brook@pkgsrc.org>2019-09-25 17:26:38 +0000
commit1805702fd40411fdf9527974851ad3b337756d7f (patch)
tree9024accbfaddd57e7083ca9cad2fea7a33b41410 /math/R-dplyr
parent7fcea225a1351e27f0a9390c14b73da3cae66c21 (diff)
downloadpkgsrc-1805702fd40411fdf9527974851ad3b337756d7f.tar.gz
Add missing dependencies on devel/R-BH and devel/R-R6.
Diffstat (limited to 'math/R-dplyr')
-rw-r--r--math/R-dplyr/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/R-dplyr/Makefile b/math/R-dplyr/Makefile
index a95778c3d25..89f479f0323 100644
--- a/math/R-dplyr/Makefile
+++ b/math/R-dplyr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/09 16:23:47 brook Exp $
+# $NetBSD: Makefile,v 1.2 2019/09/25 17:26:38 brook Exp $
R_PKGNAME= dplyr
R_PKGVER= 0.8.3
@@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Grammar of data manipulation
LICENSE= mit
+DEPENDS+= R-BH>=1.69.0.1:../../devel/R-BH
+DEPENDS+= R-R6>=2.4.0:../../devel/R-R6
DEPENDS+= R-assertthat>=0.2.0:../../devel/R-assertthat
DEPENDS+= R-glue>=1.3.0:../../devel/R-glue
DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr