diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-05-04 07:40:04 +0800 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-05-04 07:40:04 +0800 |
commit | 50181070dccb7176cecb659373a676f4309e0a32 (patch) | |
tree | e019d7a91a33a88e80457b9a1c457bcfbc818c8d | |
parent | f44bcf8a868b40d7f91cf16b01a060c6a76b8ade (diff) | |
download | freebsd-ports-gnome-50181070dccb7176cecb659373a676f4309e0a32.tar.gz freebsd-ports-gnome-50181070dccb7176cecb659373a676f4309e0a32.tar.zst freebsd-ports-gnome-50181070dccb7176cecb659373a676f4309e0a32.zip |
- Mark broken on 5.x where it fails to compile
probably due a kse problem.
-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 |