diff options
Diffstat (limited to 'comms/ruby-termios')
-rw-r--r-- | comms/ruby-termios/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/ruby-termios/Makefile b/comms/ruby-termios/Makefile index 7344cd3a2b9c..2826a7274ba6 100644 --- a/comms/ruby-termios/Makefile +++ b/comms/ruby-termios/Makefile @@ -17,6 +17,10 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby interface to termios +.if ${RUBY_VER} = 1.9 +BROKEN= does not compile with ruby 1.9 +.endif + MAKE_JOBS_UNSAFE= yes USE_RUBY= yes |