diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 02:56:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 02:56:43 +0000 |
commit | 726eb6e2bea099336fc4ccaea6c2bd1cba369d07 (patch) | |
tree | be7f432c72b2bfa0f27b243a91c5d0b3894560d0 /textproc/ruby-xslt | |
parent | 6143a6c87a8b51db6b2207a70e0525957a2cca07 (diff) | |
download | ports-726eb6e2bea099336fc4ccaea6c2bd1cba369d07.tar.gz ports-726eb6e2bea099336fc4ccaea6c2bd1cba369d07.zip |
Notes
Diffstat (limited to 'textproc/ruby-xslt')
-rw-r--r-- | textproc/ruby-xslt/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <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> |