1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Mark as broken on powerpc-9: fails to compile.

Hat:		portmgr
Feature safe:	yes
This commit is contained in:
Mark Linimon 2011-11-11 02:50:42 +00:00
parent d35c0b9cc6
commit ef249bc006
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285501

View File

@ -37,4 +37,10 @@ do-install:
cd ${PREFIX}/bin ; ${LN} -sf ratfor77 ratfor
${INSTALL_MAN} ${WRKSRC}/ratfor.1 ${PREFIX}/man/man1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
BROKEN= Does not compile on powerpc-9
.endif
.include <bsd.port.post.mk>