diff options
Diffstat (limited to 'ukrainian/ispell')
-rw-r--r-- | ukrainian/ispell/Makefile | 8 |
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> |