1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Mark BROKEN on 6.X: does not build

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-10-24 22:07:03 +00:00
parent cc89646fc7
commit 67c49c2999
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263537

View File

@ -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>