pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/R-munsell



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun  6 15:05:36 UTC 2021

Modified Files:
        pkgsrc/graphics/R-munsell: Makefile

Log Message:
(graphics/R-munsell) Add one TEST_DEPENDS+=


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/R-munsell/Makefile

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

Modified files:

Index: pkgsrc/graphics/R-munsell/Makefile
diff -u pkgsrc/graphics/R-munsell/Makefile:1.4 pkgsrc/graphics/R-munsell/Makefile:1.5
--- pkgsrc/graphics/R-munsell/Makefile:1.4      Thu Aug  8 19:53:43 2019
+++ pkgsrc/graphics/R-munsell/Makefile  Sun Jun  6 15:05:36 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:43 brook Exp $
+# $NetBSD: Makefile,v 1.5 2021/06/06 15:05:36 mef Exp $
 
 R_PKGNAME=     munsell
 R_PKGVER=      0.5.0
@@ -10,6 +10,8 @@ LICENSE=      mit
 
 DEPENDS+=      R-colorspace>=1.4.1:../../graphics/R-colorspace
 
+TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"



Home | Main Index | Thread Index | Old Index