aboutsummaryrefslogtreecommitdiffstats
path: root/ukrainian/ispell
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-11-11 13:00:52 +0800
committerlinimon <linimon@FreeBSD.org>2011-11-11 13:00:52 +0800
commit04e54aeac1c57689e2ddcdc3d2be984f1e05aaea (patch)
tree53e1b7a307e133bd64cd0f5858211c0f2ae46378 /ukrainian/ispell
parent3cc83465cfd446d04c747766082ea71ce61fa882 (diff)
downloadfreebsd-ports-gnome-04e54aeac1c57689e2ddcdc3d2be984f1e05aaea.tar.gz
freebsd-ports-gnome-04e54aeac1c57689e2ddcdc3d2be984f1e05aaea.tar.zst
freebsd-ports-gnome-04e54aeac1c57689e2ddcdc3d2be984f1e05aaea.zip
Mark as broken on powerpc-9: does not install.
Hat: portmgr Feature safe: yes
Diffstat (limited to 'ukrainian/ispell')
-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>