BROKEN on 4.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-05-30 07:13:27 +00:00
parent ba3a6378a7
commit d78520c87a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110374

View File

@ -25,6 +25,12 @@ INSTALL_TARGET= site-install
DOCS= Changes README THANKS TODO
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on 4.x"
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
@ -35,4 +41,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>