aboutsummaryrefslogtreecommitdiff
path: root/comms/ruby-termios
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-09 21:46:18 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-09 21:46:18 +0000
commit2c1ef9b64464ce01955e888ed68278c9249cb921 (patch)
tree4136fdb27dfcf70a4323befc9f18e5d46d0252b8 /comms/ruby-termios
parentc07ac0c4d83c5645170e5f00a6388869a4899912 (diff)
downloadports-2c1ef9b64464ce01955e888ed68278c9249cb921.tar.gz
ports-2c1ef9b64464ce01955e888ed68278c9249cb921.zip
- Mark some ruby* and rubygem* broken with ruby 1.9
With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
Notes
Notes: svn path=/head/; revision=265942
Diffstat (limited to 'comms/ruby-termios')
-rw-r--r--comms/ruby-termios/Makefile4
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