aboutsummaryrefslogtreecommitdiffstats
path: root/french/aster/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'french/aster/Makefile')
-rw-r--r--french/aster/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile
index 764e9b855327..0c04da9c2f36 100644
--- a/french/aster/Makefile
+++ b/french/aster/Makefile
@@ -75,6 +75,10 @@ BROKEN= "Does not compile on FreeBSD-4.x, and cannot be patched easily."
BROKEN= "Seg. fault on ${ARCH} during compilation of elements."
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not build on sparc64"
+.endif
+
.if defined(WITH_BLAS)
LIB_DEPENDS+= blas.1:${PORTSDIR}/math/blas
.else