diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-05-03 23:40:04 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-05-03 23:40:04 +0000 |
commit | 50181070dccb7176cecb659373a676f4309e0a32 (patch) | |
tree | e019d7a91a33a88e80457b9a1c457bcfbc818c8d /lang/ruby19 | |
parent | f44bcf8a868b40d7f91cf16b01a060c6a76b8ade (diff) | |
download | ports-50181070dccb7176cecb659373a676f4309e0a32.tar.gz ports-50181070dccb7176cecb659373a676f4309e0a32.zip |
Notes
Diffstat (limited to 'lang/ruby19')
-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 |