pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-nimble Add missing R-R6 dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/402b1076b0df
branches:  trunk
changeset: 439445:402b1076b0df
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Sep 20 03:19:05 2020 +0000

description:
Add missing R-R6 dependency

diffstat:

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

diffs (17 lines):

diff -r b03103a672b6 -r 402b1076b0df math/R-nimble/Makefile
--- a/math/R-nimble/Makefile    Sun Sep 20 03:18:33 2020 +0000
+++ b/math/R-nimble/Makefile    Sun Sep 20 03:19:05 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/08/07 02:59:26 brook Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/20 03:19:05 joerg Exp $
 
 R_PKGNAME=     nimble
 R_PKGVER=      0.9.0
@@ -7,6 +7,7 @@
 COMMENT=       MCMC, Particle Filtering, and Programmable Hierarchical Modeling
 LICENSE=       modified-bsd OR gnu-gpl-v2 OR gnu-gpl-v3
 
+DEPENDS+=      R-R6-[0-9]*:../../devel/R-R6
 DEPENDS+=      R-coda>=0.19.3:../../math/R-coda
 DEPENDS+=      R-igraph>=1.2.4.1:../../math/R-igraph
 



Home | Main Index | Thread Index | Old Index