aboutsummaryrefslogtreecommitdiff
path: root/lang/sbcl
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-10-31 19:07:10 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-10-31 19:07:10 +0000
commit84afc13f873f42015b76059b74e9e8f824d382f9 (patch)
tree40c28ac6c6243efdc49f0d4a68a0c8149cfe0015 /lang/sbcl
parent06d3d1919d5791d0d6f9f97742592369734d03ce (diff)
- Mark BROKEN on 6.X: does not build
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=263844
Diffstat (limited to 'lang/sbcl')
-rw-r--r--lang/sbcl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile
index f64e0699ea75..504f60a5dfcf 100644
--- a/lang/sbcl/Makefile
+++ b/lang/sbcl/Makefile
@@ -151,6 +151,10 @@ LISP_CMD= "${WRKDIR}/${BOOT_DISTNAME}/src/runtime/sbcl --core ${WRKDIR}/${BOOT_D
.endif # defined(WITH_SBCL)
+.if ${OSVERSION} < 700000
+BROKEN= does not build on 6.X
+.endif
+
pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} "---------------------------------------------------------"