summaryrefslogtreecommitdiff
path: root/lang/ratfor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ratfor/Makefile')
-rw-r--r--lang/ratfor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ratfor/Makefile b/lang/ratfor/Makefile
index 580b6d9ad293..56d7fb55f8ff 100644
--- a/lang/ratfor/Makefile
+++ b/lang/ratfor/Makefile
@@ -39,8 +39,8 @@ do-install:
.include <bsd.port.pre.mk>
-.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
-BROKEN= Does not compile on powerpc-9
+.if ${ARCH} == "powerpc"
+BROKEN= Does not compile on powerpc
.endif
.include <bsd.port.post.mk>