diff options
author | stas <stas@FreeBSD.org> | 2008-05-04 07:40:04 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-05-04 07:40:04 +0800 |
commit | 220e06cc227531256b21dac12080d020abb4110f (patch) | |
tree | 396b35c817fd292e054473ad2c10bb2fb56e1e01 /lang | |
parent | 2dde9e635d53a60424980261ac654640ae8933be (diff) | |
download | freebsd-ports-gnome-220e06cc227531256b21dac12080d020abb4110f.tar.gz freebsd-ports-gnome-220e06cc227531256b21dac12080d020abb4110f.tar.zst freebsd-ports-gnome-220e06cc227531256b21dac12080d020abb4110f.zip |
- Mark broken on 5.x where it fails to compile
probably due a kse problem.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby19/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/ruby19/Makefile b/lang/ruby19/Makefile index f8e9a3686ae8..ea02fcbf12e6 100644 --- a/lang/ruby19/Makefile +++ b/lang/ruby19/Makefile @@ -44,6 +44,10 @@ OPTIONS= RDOC "Build and install Rdoc indexes" off \ .include <bsd.port.pre.mk> +.if ${OSVERSION} < 600000 +BROKEN= Does not compile +.endif + # PORTEPOCH/PORTREVISION hack .if ${PORTEPOCH} != 0 |