diff options
author | kris <kris@FreeBSD.org> | 2004-09-26 10:56:43 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-26 10:56:43 +0800 |
commit | b35b36d5ecf3a6fff9f2188918f344395cb18734 (patch) | |
tree | 2afa54bc67ec13bb416f434395388c4e604e0cbd /textproc/ruby-libxml | |
parent | 9fcbdcdaf0195dea2b75cc53ff1c237bce694d4c (diff) | |
download | freebsd-ports-gnome-b35b36d5ecf3a6fff9f2188918f344395cb18734.tar.gz freebsd-ports-gnome-b35b36d5ecf3a6fff9f2188918f344395cb18734.tar.zst freebsd-ports-gnome-b35b36d5ecf3a6fff9f2188918f344395cb18734.zip |
BROKEN on 5.x: Configure fails
Approved by: portmgr (self)
Diffstat (limited to 'textproc/ruby-libxml')
-rw-r--r-- | textproc/ruby-libxml/Makefile | 8 |
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> |