diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 21:41:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 21:41:52 +0000 |
commit | c3471253766af36df832bfff47569bb0f53cd386 (patch) | |
tree | 7a3f30cfdef83d3aba0d5c0296a88ee4ea329b93 /french/aster | |
parent | 892c9bb5e49e9a533784346fda0cff057d06d756 (diff) | |
download | ports-c3471253766af36df832bfff47569bb0f53cd386.tar.gz ports-c3471253766af36df832bfff47569bb0f53cd386.zip |
Notes
Diffstat (limited to 'french/aster')
-rw-r--r-- | french/aster/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile index 1f62e463c0b8..52b5c91facbb 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -66,6 +66,10 @@ PKGMESSIN= pkg-message.in BROKEN= "Does not compile on FreeBSD-4.x, and cannot be patched easily." .endif +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + .if defined(WITH_BLAS) LIB_DEPENDS+= blas.1:${PORTSDIR}/math/blas .else |