1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

BROKEN on >= 5.x: Configure fails

This commit is contained in:
Kris Kennaway 2005-08-31 03:12:14 +00:00
parent f9e61365da
commit ba670f107f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141525

View File

@ -34,8 +34,14 @@ RUBY_LIBXML_WRKSRC_CMD= cd ${PORTSDIR}/${RUBY_LIBXML_PORT} && ${MAKE} -V WRKSRC
INSTALL_TARGET= site-install
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 504100
BROKEN= "Configure fails on FreeBSD >= 5.x"
.endif
post-extract:
@${MKDIR} ${WRKDIR}
@${LN} -fs `${RUBY_LIBXML_WRKSRC_CMD}` ${WRKDIR}/libxml
.include <bsd.port.mk>
.include <bsd.port.post.mk>