From 726eb6e2bea099336fc4ccaea6c2bd1cba369d07 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 26 Sep 2004 02:56:43 +0000 Subject: BROKEN on 5.x: Configure fails Approved by: portmgr (self) --- textproc/ruby-xslt/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'textproc/ruby-xslt') diff --git a/textproc/ruby-xslt/Makefile b/textproc/ruby-xslt/Makefile index 30fb9950b844..10bd5e450583 100644 --- a/textproc/ruby-xslt/Makefile +++ b/textproc/ruby-xslt/Makefile @@ -26,6 +26,12 @@ WRKSRC= ${WRKDIR}/ruby-${PORTNAME} DOCS= AUTHORS README docs/*.rd doc +.include + +.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 +.include -- cgit v1.2.3