1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

BROKEN on 5.x: Configure fails

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2004-09-26 02:56:43 +00:00
parent 6143a6c87a
commit 726eb6e2be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118426
2 changed files with 14 additions and 2 deletions

View File

@ -25,4 +25,10 @@ USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Configure fails on FreeBSD >= 5.x"
.endif
.include <bsd.port.post.mk>

View File

@ -26,6 +26,12 @@ WRKSRC= ${WRKDIR}/ruby-${PORTNAME}
DOCS= AUTHORS README docs/*.rd doc
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Configure fails on FreeBSD >= 5.x"
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
@ -34,4 +40,4 @@ post-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>