pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-nimble



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Sep 20 03:19:05 UTC 2020

Modified Files:
        pkgsrc/math/R-nimble: Makefile

Log Message:
Add missing R-R6 dependency


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

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

Modified files:

Index: pkgsrc/math/R-nimble/Makefile
diff -u pkgsrc/math/R-nimble/Makefile:1.1 pkgsrc/math/R-nimble/Makefile:1.2
--- pkgsrc/math/R-nimble/Makefile:1.1   Fri Aug  7 02:59:26 2020
+++ pkgsrc/math/R-nimble/Makefile       Sun Sep 20 03:19:05 2020
@@ -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 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 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