summaryrefslogtreecommitdiff
path: root/ukrainian
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-11-11 05:00:52 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-11-11 05:00:52 +0000
commit088068f3fde9c12af1a154e5344537cbf0d1e9c9 (patch)
tree94296be4d54379b52cd9c5a51e6c191668be16ae /ukrainian
parentMark as broken on powerpc-9: segfault. (diff)
Mark as broken on powerpc-9: does not install.
Hat: portmgr Feature safe: yes
Notes
Notes: svn path=/head/; revision=285524
Diffstat (limited to 'ukrainian')
-rw-r--r--ukrainian/ispell/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/ukrainian/ispell/Makefile b/ukrainian/ispell/Makefile
index fb455002435f..a6f7fc647a2a 100644
--- a/ukrainian/ispell/Makefile
+++ b/ukrainian/ispell/Makefile
@@ -38,4 +38,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 install on powerpc-9
+.endif
+
+.include <bsd.port.post.mk>