aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/R-cran-igraph/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/R-cran-igraph/Makefile b/math/R-cran-igraph/Makefile
index 9803c96e4cc7..940c3d6823a1 100644
--- a/math/R-cran-igraph/Makefile
+++ b/math/R-cran-igraph/Makefile
@@ -19,4 +19,10 @@ R_MOD= yes
.include "${.CURDIR}/../../math/R-cran-sm/files/bsd.cran.mk"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64: uses i386 assembler
+.endif
+
+.include <bsd.port.post.mk>