diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2025-06-03 10:46:22 +0100 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2025-06-03 10:46:22 +0100 |
commit | 21f31b0c62d89c7e1e62b333d157685e4672aeff (patch) | |
tree | 9c6e149d9771799d45297763f25b0f623b933915 | |
parent | databases/mongodb80: 8.0.10 (diff) |
math/R-cran-terra: Mark broken on i386
See also: https://github.com/rspatial/terra/issues/1846
-rw-r--r-- | math/R-cran-terra/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/R-cran-terra/Makefile b/math/R-cran-terra/Makefile index ba6e77decc65..bff694f8a328 100644 --- a/math/R-cran-terra/Makefile +++ b/math/R-cran-terra/Makefile @@ -9,6 +9,8 @@ WWW= https://cran.r-project.org/package=terra LICENSE= GPLv3+ +BROKEN_i386= https://github.com/rspatial/terra/issues/1846 + LIB_DEPENDS= libgdal.so:graphics/gdal \ libgeos_c.so:graphics/geos \ libproj.so:graphics/proj |