diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-11 05:00:52 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-11 05:00:52 +0000 |
commit | 088068f3fde9c12af1a154e5344537cbf0d1e9c9 (patch) | |
tree | 94296be4d54379b52cd9c5a51e6c191668be16ae /ukrainian | |
parent | 3a4d0a2ea1fc29544fff6d46dc13e0aeae660948 (diff) | |
download | ports-088068f3fde9c12af1a154e5344537cbf0d1e9c9.tar.gz ports-088068f3fde9c12af1a154e5344537cbf0d1e9c9.zip |
Notes
Diffstat (limited to 'ukrainian')
-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> |