diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-10 21:25:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-10 21:25:30 +0000 |
commit | 5b9c70b74f6f276f297c5e176a141f963c945ae6 (patch) | |
tree | d8359f32dbba1f2478c2c464264c76c7816aa4e3 /chinese | |
parent | 13894b9f009931d66cd48e6025dba6520fd212a3 (diff) | |
download | ports-5b9c70b74f6f276f297c5e176a141f963c945ae6.tar.gz ports-5b9c70b74f6f276f297c5e176a141f963c945ae6.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/libchewing/Makefile | 8 |
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> |