diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-09-13 18:18:40 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-09-13 18:18:40 +0000 |
commit | 00b9db01e1eab918a89e46856700c17ff75c1004 (patch) | |
tree | 679048d00b20f8c694ce6b64f09dcd8679cd8286 /ftp/weex | |
parent | Bump PORTREVISION for the new security patch (diff) |
- Mark it broken on amd64, it's not building.
PR: ports/86082
Submitted by: maintainer
Pointed by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=142618
Diffstat (limited to 'ftp/weex')
-rw-r--r-- | ftp/weex/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/weex/Makefile b/ftp/weex/Makefile index 9acb3f3acc47..77ea6d831855 100644 --- a/ftp/weex/Makefile +++ b/ftp/weex/Makefile @@ -36,4 +36,6 @@ post-install: .endfor .endif +NOT_FOR_ARCHS= amd64 + .include <bsd.port.mk> |