diff options
-rw-r--r-- | lang/rscheme/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/rscheme/Makefile b/lang/rscheme/Makefile index 967cab360e01..15e57f30c9ed 100644 --- a/lang/rscheme/Makefile +++ b/lang/rscheme/Makefile @@ -26,7 +26,10 @@ BOOTSTRAP_TARGET= stage1 .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -BROKEN= "fails to install on ${ARCH}" +BROKEN= fails to install on ${ARCH} +.endif +.if ${OSVERSION} >= 700000 +BROKEN= fails to install on 7.X .endif post-extract: |