aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ua-ispell/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/ua-ispell/Makefile b/textproc/ua-ispell/Makefile
index 1ee39c2c69e8..7a0cc662d429 100644
--- a/textproc/ua-ispell/Makefile
+++ b/textproc/ua-ispell/Makefile
@@ -39,4 +39,10 @@ do-install:
${PREFIX}/share/ispell/ukrainian.dict
${INSTALL_SCRIPT} ${FILESDIR}/ispell-uk ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
+BROKEN= Does not build on powerpc-9: segfault
+.endif
+
+.include <bsd.port.post.mk>