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/3225fbfa8c8c
branches: trunk
changeset: 400917:3225fbfa8c8c
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 2747239ebba7 -r 3225fbfa8c8c 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