BROKEN on 5.x: Does not build

Approved by:	portmgr (self)
This commit is contained in:
Kris Kennaway 2004-09-26 02:53:43 +00:00
parent ca09d17d22
commit 24ba3b660f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118424

View File

@ -24,6 +24,12 @@ USE_RUBY_EXTCONF= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
INSTALL_TARGET= site-install
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not build on FreeBSD >= 5.x"
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}/po/
@ -34,4 +40,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README.jp ${RUBY_MODDOCDIR}/ja/
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>