diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-09-08 07:45:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-09-08 07:45:10 +0000 |
commit | 56a501c37c0dc3f5072e6a4e7419afba64b80eda (patch) | |
tree | c70a515b875f3b18e7c1c7449b8ea6d895bd5a8e /lang/ratfor | |
parent | 7d066d704e02af66d67e9338767fe74ba61366b2 (diff) | |
download | ports-56a501c37c0dc3f5072e6a4e7419afba64b80eda.tar.gz ports-56a501c37c0dc3f5072e6a4e7419afba64b80eda.zip |
Notes
Diffstat (limited to 'lang/ratfor')
-rw-r--r-- | lang/ratfor/Makefile | 4 |
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> |