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 | |
parent | 5b58d8a83ff143e15298626e49493fa24d1ce987 (diff) |
Notes
Diffstat (limited to 'ftp')
-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> |