pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/parallel/R-promises R-promises: add missing dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf86c27b29d2
branches:  trunk
changeset: 339147:cf86c27b29d2
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Sep 07 13:16:27 2019 +0000

description:
R-promises: add missing dependency

>From Benjamin Lorenz in PR pkg/54518

diffstat:

 parallel/R-promises/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ec3da3729c43 -r cf86c27b29d2 parallel/R-promises/Makefile
--- a/parallel/R-promises/Makefile      Sat Sep 07 13:13:03 2019 +0000
+++ b/parallel/R-promises/Makefile      Sat Sep 07 13:16:27 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/09 20:25:29 brook Exp $
+# $NetBSD: Makefile,v 1.2 2019/09/07 13:16:27 maya Exp $
 
 R_PKGNAME=     promises
 R_PKGVER=      1.0.1
@@ -10,6 +10,7 @@
 
 DEPENDS+=      R-magrittr>=1.5:../../devel/R-magrittr
 DEPENDS+=      R-rlang>=0.4.0:../../devel/R-rlang
+DEPENDS+=      R-R6-[0-9]*:../../devel/R-R6
 
 USE_LANGUAGES= c c++
 



Home | Main Index | Thread Index | Old Index