aboutsummaryrefslogtreecommitdiff
path: root/textproc/ruby-libxml/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-26 02:56:43 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-26 02:56:43 +0000
commit726eb6e2bea099336fc4ccaea6c2bd1cba369d07 (patch)
treebe7f432c72b2bfa0f27b243a91c5d0b3894560d0 /textproc/ruby-libxml/Makefile
parent6143a6c87a8b51db6b2207a70e0525957a2cca07 (diff)
downloadports-726eb6e2bea099336fc4ccaea6c2bd1cba369d07.tar.gz
ports-726eb6e2bea099336fc4ccaea6c2bd1cba369d07.zip
Notes
Diffstat (limited to 'textproc/ruby-libxml/Makefile')
-rw-r--r--textproc/ruby-libxml/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/ruby-libxml/Makefile b/textproc/ruby-libxml/Makefile
index 8d745cb7cf43..00ba49901a22 100644
--- a/textproc/ruby-libxml/Makefile
+++ b/textproc/ruby-libxml/Makefile
@@ -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>