pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/R-promises



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Sep  7 13:16:27 UTC 2019

Modified Files:
        pkgsrc/parallel/R-promises: Makefile

Log Message:
R-promises: add missing dependency

>From Benjamin Lorenz in PR pkg/54518


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/parallel/R-promises/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/parallel/R-promises/Makefile
diff -u pkgsrc/parallel/R-promises/Makefile:1.1 pkgsrc/parallel/R-promises/Makefile:1.2
--- pkgsrc/parallel/R-promises/Makefile:1.1     Fri Aug  9 20:25:29 2019
+++ pkgsrc/parallel/R-promises/Makefile Sat Sep  7 13:16:27 2019
@@ -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 @@ LICENSE=      mit
 
 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