aboutsummaryrefslogtreecommitdiff
path: root/lang/rubinius
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-10-24 22:07:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-10-24 22:07:03 +0000
commit67c49c29996bfe3a5dd13dbf6809eebeeb657464 (patch)
tree7d934d64dafc74af741c1ff72cbe99d6b086a740 /lang/rubinius
parentcc89646fc7c5d5edb5a10f5dc0e478d0a0a0706e (diff)
downloadports-67c49c29996bfe3a5dd13dbf6809eebeeb657464.tar.gz
ports-67c49c29996bfe3a5dd13dbf6809eebeeb657464.zip
Notes
Diffstat (limited to 'lang/rubinius')
-rw-r--r--lang/rubinius/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/rubinius/Makefile b/lang/rubinius/Makefile
index cdb6ff8b8c40..018ed17af75d 100644
--- a/lang/rubinius/Makefile
+++ b/lang/rubinius/Makefile
@@ -35,6 +35,12 @@ USE_PERL5_BUILD= yes
USE_GMAKE= yes
MAKE_JOBS_UNSAFE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not build on 6.X
+.endif
+
post-extract:
@${MKDIR} ${WRKSRC}/vm/external_libs/prebuilt/
@${CP} ${DISTDIR}/${LLVMDIST} ${WRKSRC}/vm/external_libs/prebuilt/${LLVMDIST}
@@ -94,4 +100,4 @@ plist:
@${ECHO_CMD} "@dirrmtry lib/ruby/gems" >> pkg-plist
@${ECHO_CMD} "@dirrmtry lib/ruby" >> pkg-plist
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>