summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-09-20 11:45:04 +0000
committermef <mef@pkgsrc.org>2021-09-20 11:45:04 +0000
commite5ed9c6b7f5dc033cd26310cc8a327c6d74f0d9d (patch)
treef0c4202e0489036c340a4b4a06257fe2609d4a72 /geography
parent237042dbd4c478900efd2f34d4acb9fcb06c80c3 (diff)
downloadpkgsrc-e5ed9c6b7f5dc033cd26310cc8a327c6d74f0d9d.tar.gz
(geography/R-geosphere) Add TEST_DEPENDS+= R-raster, not PASS yet
Diffstat (limited to 'geography')
-rw-r--r--geography/R-geosphere/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/geography/R-geosphere/Makefile b/geography/R-geosphere/Makefile
index 6cfe1e30348..cec89f3741d 100644
--- a/geography/R-geosphere/Makefile
+++ b/geography/R-geosphere/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/08/09 16:57:20 brook Exp $
+# $NetBSD: Makefile,v 1.3 2021/09/20 11:45:04 mef Exp $
R_PKGNAME= geosphere
R_PKGVER= 1.5-10
@@ -11,5 +11,7 @@ LICENSE= gnu-gpl-v3
DEPENDS+= R-sp>=1.2.5:../../math/R-sp
+TEST_DEPENDS+= R-raster-[0-9]*:../../geography/R-raster
+
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"