summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-09-25 17:32:57 +0000
committerbrook <brook@pkgsrc.org>2019-09-25 17:32:57 +0000
commit43f118eaaa2e1ce177dc7fa96978d77b0c2ef539 (patch)
tree3abaf5274ff33901328554785328bbad81018632 /sysutils
parentc20752d591d5fd6c67b163bea1f8821f1030e804 (diff)
downloadpkgsrc-43f118eaaa2e1ce177dc7fa96978d77b0c2ef539.tar.gz
Add missing dependency on devel/R-R6.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/R-processx/Makefile3
-rw-r--r--sysutils/R-progress/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/R-processx/Makefile b/sysutils/R-processx/Makefile
index d77fbb5a8bd..277b4dc1500 100644
--- a/sysutils/R-processx/Makefile
+++ b/sysutils/R-processx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/09 19:03:18 brook Exp $
+# $NetBSD: Makefile,v 1.2 2019/09/25 17:32:57 brook Exp $
R_PKGNAME= processx
R_PKGVER= 3.4.1
@@ -8,6 +8,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Execute and control system processes
LICENSE= mit
+DEPENDS+= R-R6>=2.4.0:../../devel/R-R6
DEPENDS+= R-ps>=1.2.0:../../sysutils/R-ps
USE_LANGUAGES= c
diff --git a/sysutils/R-progress/Makefile b/sysutils/R-progress/Makefile
index 15c1117908c..b0819b9f3d1 100644
--- a/sysutils/R-progress/Makefile
+++ b/sysutils/R-progress/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:56 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/09/25 17:33:55 brook Exp $
R_PKGNAME= progress
R_PKGVER= 1.2.2
@@ -8,6 +8,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Terminal progress bars
LICENSE= mit
+DEPENDS+= R-R6>=2.4.0:../../devel/R-R6
DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon
DEPENDS+= R-prettyunits>=1.0.2:../../math/R-prettyunits
DEPENDS+= R-hms>=0.5.0:../../time/R-hms