pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/R-sys



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Aug 30 01:02:36 UTC 2021

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

Log Message:
(sysutils/R-sys) Added TEST_DEPENDS+= R-unix-[0-9]*


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/R-sys/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-sys/Makefile
diff -u pkgsrc/sysutils/R-sys/Makefile:1.3 pkgsrc/sysutils/R-sys/Makefile:1.4
--- pkgsrc/sysutils/R-sys/Makefile:1.3  Mon Aug 30 00:45:32 2021
+++ pkgsrc/sysutils/R-sys/Makefile      Mon Aug 30 01:02:36 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/08/30 00:45:32 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/08/30 01:02:36 mef Exp $
 
 R_PKGNAME=     sys
 R_PKGVER=      3.4
@@ -8,6 +8,8 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Powerful and reliable tools for running system commands in R
 LICENSE=       mit
 
+TEST_DEPENDS+= R-unix-[0-9]*:../../sysutils/R-unix
+
 USE_LANGUAGES= c
 
 .include "../../math/R/Makefile.extension"



Home | Main Index | Thread Index | Old Index