pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-R.utils



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Nov 28 01:03:29 UTC 2021

Modified Files:
        pkgsrc/devel/R-R.utils: Makefile

Log Message:
(devel/R-R.utils) Add two TEST_DEPENDS+=


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-R.utils/Makefile

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

Modified files:

Index: pkgsrc/devel/R-R.utils/Makefile
diff -u pkgsrc/devel/R-R.utils/Makefile:1.3 pkgsrc/devel/R-R.utils/Makefile:1.4
--- pkgsrc/devel/R-R.utils/Makefile:1.3 Sat Nov 27 22:39:02 2021
+++ pkgsrc/devel/R-R.utils/Makefile     Sun Nov 28 01:03:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/11/27 22:39:02 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/11/28 01:03:28 mef Exp $
 
 R_PKGNAME=     R.utils
 R_PKGVER=      2.11.0
@@ -11,6 +11,9 @@ LICENSE=      gnu-lgpl-v2.1
 DEPENDS+=      R-R.methodsS3-[0-9]*:../../devel/R-R.methodsS3
 DEPENDS+=      R-R.oo-[0-9]*:../../devel/R-R.oo
 
+TEST_DEPENDS+= R-R.oo-[0-9]*:../../devel/R-R.oo
+TEST_DEPENDS+= R-R.methodsS3-[0-9]*:../../devel/R-R.methodsS3
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"



Home | Main Index | Thread Index | Old Index