1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Mark as broken on powerpc.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2010-04-01 05:19:08 +00:00
parent 686a04b74a
commit fe47da620b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251921

View File

@ -36,4 +36,10 @@ do-install:
${PREFIX}/share/ispell
${INSTALL_SCRIPT} ${FILESDIR}/ispell-ru.sh ${PREFIX}/bin/ispell-ru
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc
.endif
.include <bsd.port.post.mk>