aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2021-06-12 03:59:23 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2021-06-12 05:08:07 +0000
commit197cc6d36661abd1295dbf4bd84a99b830f9e4d7 (patch)
tree1c4af156c064f6a40a7be7f7ad7faec7b3be0ca1
parentbc8105485da4f3ef64fc249b003e5b981c0d5d05 (diff)
downloadports-197cc6d36661abd1295dbf4bd84a99b830f9e4d7.tar.gz
ports-197cc6d36661abd1295dbf4bd84a99b830f9e4d7.zip
graphics/R-cran-s2: Set NOT_FOR_ARCHS=i386
-rw-r--r--graphics/R-cran-s2/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/R-cran-s2/Makefile b/graphics/R-cran-s2/Makefile
index 97acd1d34d0a..73f5e0ba0512 100644
--- a/graphics/R-cran-s2/Makefile
+++ b/graphics/R-cran-s2/Makefile
@@ -8,6 +8,9 @@ COMMENT= Spherical Geometry Operators Using the S2 Geometry Library
LICENSE= APACHE20
+NOT_FOR_ARCHS= i386
+NOT_FOR_ARCHS_REASON= is currently 64-bit only
+
CRAN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp \
R-cran-wk>0:math/R-cran-wk
BUILD_DEPENDS= ${CRAN_DEPENDS}