aboutsummaryrefslogtreecommitdiff
path: root/french
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-08-31 03:17:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-08-31 03:17:49 +0000
commit5b78f9eea236d8fd16e375a62224ef18e724226d (patch)
treece207223b5323141aeb39896c8f9003a5beb3187 /french
parentcb7da24bc154716bf7588036597931d623a65b03 (diff)
downloadports-5b78f9eea236d8fd16e375a62224ef18e724226d.tar.gz
ports-5b78f9eea236d8fd16e375a62224ef18e724226d.zip
Notes
Diffstat (limited to 'french')
-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