aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-11-10 05:38:32 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-11-10 05:38:32 +0000
commit7d8608ab13015da604725355ba888c212c9eb177 (patch)
tree74d9147b89d28cb3c65b13ef847fe70663415054 /chinese
parent93cc5a0629ed3d9812bbda5c1097872843a63f14 (diff)
downloadports-7d8608ab13015da604725355ba888c212c9eb177.tar.gz
ports-7d8608ab13015da604725355ba888c212c9eb177.zip
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr
Notes
Notes: svn path=/head/; revision=285419
Diffstat (limited to 'chinese')
-rw-r--r--chinese/cwtex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/cwtex/Makefile b/chinese/cwtex/Makefile
index 340851f1786f..e6fa9f6bbf77 100644
--- a/chinese/cwtex/Makefile
+++ b/chinese/cwtex/Makefile
@@ -37,8 +37,8 @@ do-install:
PSFONTSMAP!= ${LOCALBASE}/bin/kpsewhich -format 'dvips config' config.ps 2>/dev/null || ${ECHO_CMD} "/dev/null"
-.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
-BROKEN= Does not install on ia64 or sparc64
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
.include <bsd.port.post.mk>