diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-10-24 22:07:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-10-24 22:07:03 +0000 |
commit | 67c49c29996bfe3a5dd13dbf6809eebeeb657464 (patch) | |
tree | 7d934d64dafc74af741c1ff72cbe99d6b086a740 /lang/rubinius | |
parent | cc89646fc7c5d5edb5a10f5dc0e478d0a0a0706e (diff) | |
download | ports-67c49c29996bfe3a5dd13dbf6809eebeeb657464.tar.gz ports-67c49c29996bfe3a5dd13dbf6809eebeeb657464.zip |
Notes
Diffstat (limited to 'lang/rubinius')
-rw-r--r-- | lang/rubinius/Makefile | 8 |
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> |