pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/R-processx



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Sep 25 17:32:57 UTC 2019

Modified Files:
        pkgsrc/sysutils/R-processx: Makefile

Log Message:
Add missing dependency on devel/R-R6.


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

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

Modified files:

Index: pkgsrc/sysutils/R-processx/Makefile
diff -u pkgsrc/sysutils/R-processx/Makefile:1.1 pkgsrc/sysutils/R-processx/Makefile:1.2
--- pkgsrc/sysutils/R-processx/Makefile:1.1     Fri Aug  9 19:03:18 2019
+++ pkgsrc/sysutils/R-processx/Makefile Wed Sep 25 17:32:57 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/09 19:03:18 brook Exp $
+# $NetBSD: Makefile,v 1.2 2019/09/25 17:32:57 brook Exp $
 
 R_PKGNAME=     processx
 R_PKGVER=      3.4.1
@@ -8,6 +8,7 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Execute and control system processes
 LICENSE=       mit
 
+DEPENDS+=      R-R6>=2.4.0:../../devel/R-R6
 DEPENDS+=      R-ps>=1.2.0:../../sysutils/R-ps
 
 USE_LANGUAGES= c



Home | Main Index | Thread Index | Old Index