summaryrefslogtreecommitdiff
path: root/lang/ratfor
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-11-11 02:50:42 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-11-11 02:50:42 +0000
commitef249bc0067f0c6815f7383ff6793a7863052407 (patch)
tree0cf1181f231aa428518912de3f14f663a9ca1a07 /lang/ratfor
parentMark as broken on powerpc: fails to install. (diff)
Mark as broken on powerpc-9: fails to compile.
Hat: portmgr Feature safe: yes
Notes
Notes: svn path=/head/; revision=285501
Diffstat (limited to 'lang/ratfor')
-rw-r--r--lang/ratfor/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/ratfor/Makefile b/lang/ratfor/Makefile
index c8177c309634..580b6d9ad293 100644
--- a/lang/ratfor/Makefile
+++ b/lang/ratfor/Makefile
@@ -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>