From ba670f107f8d8f1f948d27f894b270fe66197a01 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 31 Aug 2005 03:12:14 +0000 Subject: [PATCH] BROKEN on >= 5.x: Configure fails --- textproc/ruby-libxslt/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/textproc/ruby-libxslt/Makefile b/textproc/ruby-libxslt/Makefile index 47cdedd3605f..c6994420076e 100644 --- a/textproc/ruby-libxslt/Makefile +++ b/textproc/ruby-libxslt/Makefile @@ -34,8 +34,14 @@ RUBY_LIBXML_WRKSRC_CMD= cd ${PORTSDIR}/${RUBY_LIBXML_PORT} && ${MAKE} -V WRKSRC INSTALL_TARGET= site-install +.include + +.if ${OSVERSION} >= 504100 +BROKEN= "Configure fails on FreeBSD >= 5.x" +.endif + post-extract: @${MKDIR} ${WRKDIR} @${LN} -fs `${RUBY_LIBXML_WRKSRC_CMD}` ${WRKDIR}/libxml -.include +.include