summaryrefslogtreecommitdiff
path: root/french
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-06-19 09:18:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-06-19 09:18:40 +0000
commit99db1b22d996ad1f1a49c9b58fd08bb037508fe5 (patch)
tree362ee1ad566843c8a8732672a2a0ea354a95eea6 /french
parentBROKEN on amd64: Shared libraries must be compiled with -fPIC (diff)
BROKEN on amd64: Does not install
Notes
Notes: svn path=/head/; revision=111798
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 ab4891436865..93cc28e9801f 100644
--- a/french/aster/Makefile
+++ b/french/aster/Makefile
@@ -65,6 +65,10 @@ PKGMESSIN= pkg-message.in
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+BROKEN= "Does not install on amd64"
+.endif
+
.if defined(WITH_BLAS)
LIB_DEPENDS+= blas.1:${PORTSDIR}/math/blas
.else