summaryrefslogtreecommitdiff
path: root/chinese/hanzim
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-11-10 14:33:50 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-11-10 14:33:50 +0000
commit94085d7d417ee983587e7af92546f5deb5f8a550 (patch)
tree448779417e7103814f686a194be01a85bfe2d224 /chinese/hanzim
parentDoes not build on powerpc-9: error in pthreads. (diff)
Mark as broken on powerpc.
Hat: portmgr Feature safe: yes
Diffstat (limited to 'chinese/hanzim')
-rw-r--r--chinese/hanzim/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/hanzim/Makefile b/chinese/hanzim/Makefile
index 5e32794be17a..39687b1d2e2b 100644
--- a/chinese/hanzim/Makefile
+++ b/chinese/hanzim/Makefile
@@ -42,4 +42,10 @@ do-install:
.endif
${PREFIX}/bin/hanzim -port-install
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "powerpc"
+BROKEN= Does not install on powerpc: signal 11
+.endif
+
+.include <bsd.port.post.mk>