diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-10 13:38:32 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-10 13:38:32 +0800 |
commit | 7d8608ab13015da604725355ba888c212c9eb177 (patch) | |
tree | 74d9147b89d28cb3c65b13ef847fe70663415054 /mail | |
parent | 93cc5a0629ed3d9812bbda5c1097872843a63f14 (diff) | |
download | freebsd-ports-gnome-7d8608ab13015da604725355ba888c212c9eb177.tar.gz freebsd-ports-gnome-7d8608ab13015da604725355ba888c212c9eb177.tar.zst freebsd-ports-gnome-7d8608ab13015da604725355ba888c212c9eb177.zip |
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wmmaiload/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/wmmaiload/Makefile b/mail/wmmaiload/Makefile index 3e5ef759989b..c6e6ec62c8d0 100644 --- a/mail/wmmaiload/Makefile +++ b/mail/wmmaiload/Makefile @@ -72,8 +72,8 @@ do-install: .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= Does not install on sparc64 +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif .include <bsd.port.post.mk> |