diff options
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 |