summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-11-10 21:25:30 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-11-10 21:25:30 +0000
commit5b9c70b74f6f276f297c5e176a141f963c945ae6 (patch)
treed8359f32dbba1f2478c2c464264c76c7816aa4e3 /chinese
parentThe fact that Net::DNS no longer depends on Net::IP means that (diff)
Fails to install on powerpc: signal 6.
Hat: portmgr Feature safe: yes
Notes
Notes: svn path=/head/; revision=285467
Diffstat (limited to 'chinese')
-rw-r--r--chinese/libchewing/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/libchewing/Makefile b/chinese/libchewing/Makefile
index d8d29b011d31..4c25caac883b 100644
--- a/chinese/libchewing/Makefile
+++ b/chinese/libchewing/Makefile
@@ -20,4 +20,10 @@ USE_BZIP2= yes
DATADIR= ${PREFIX}/share/chewing
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "powerpc"
+BROKEN= Does not install on powerpc: signal 6
+.endif
+
+.include <bsd.port.post.mk>