aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-06-02 02:33:30 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-06-02 02:33:30 +0000
commit84a2b0404e478c6e38075f97b95476314b1184df (patch)
tree8763d32cb6547e5079d7304d5e82f5b69081edb2 /math
parentc0ed6c1d563656ab6d46be6c6e21a94fa918f161 (diff)
downloadports-84a2b0404e478c6e38075f97b95476314b1184df.tar.gz
ports-84a2b0404e478c6e38075f97b95476314b1184df.zip
Notes
Diffstat (limited to 'math')
-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>