pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/R-maps



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon May  2 10:57:53 UTC 2022

Modified Files:
        pkgsrc/geography/R-maps: Makefile

Log Message:
+TEST_DEPENDS+= (x4) make test passed


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

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

Modified files:

Index: pkgsrc/geography/R-maps/Makefile
diff -u pkgsrc/geography/R-maps/Makefile:1.4 pkgsrc/geography/R-maps/Makefile:1.5
--- pkgsrc/geography/R-maps/Makefile:1.4        Mon Apr 25 12:53:58 2022
+++ pkgsrc/geography/R-maps/Makefile    Mon May  2 10:57:53 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/04/25 12:53:58 mef Exp $
+# $NetBSD: Makefile,v 1.5 2022/05/02 10:57:53 mef Exp $
 
 R_PKGNAME=     maps
 R_PKGVER=      3.4.0
@@ -9,6 +9,11 @@ HOMEPAGE=      ${R_HOMEPAGE_BASE}/maps/
 COMMENT=       Draw Geographical Maps
 LICENSE=       gnu-gpl-v2
 
+TEST_DEPENDS+= R-mapdata-[0-9]*:../../geography/R-mapdata
+TEST_DEPENDS+= R-mapproj-[0-9]*:../../math/R-mapproj
+TEST_DEPENDS+= R-sp-[0-9]*:../../math/R-sp
+TEST_DEPENDS+= R-rnaturalearth-[0-9]*:../../geography/R-rnaturalearth
+
 USE_TOOLS+=    gmake
 
 .include "../../math/R/Makefile.extension"



Home | Main Index | Thread Index | Old Index