diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-06-02 02:33:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-06-02 02:33:30 +0000 |
commit | 84a2b0404e478c6e38075f97b95476314b1184df (patch) | |
tree | 8763d32cb6547e5079d7304d5e82f5b69081edb2 /math | |
parent | c0ed6c1d563656ab6d46be6c6e21a94fa918f161 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-igraph/Makefile | 8 |
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> |