From 4590f93703cffdb21144e0bcdffee1e318b6b5d1 Mon Sep 17 00:00:00 2001 From: swills Date: Mon, 4 Jul 2011 17:46:12 +0000 Subject: - Mark as broken with Ruby 1.9 Approved by: portmgr --- x11-toolkits/ruby-tk/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11-toolkits') diff --git a/x11-toolkits/ruby-tk/Makefile b/x11-toolkits/ruby-tk/Makefile index a66874e82b73..f64b486ff569 100644 --- a/x11-toolkits/ruby-tk/Makefile +++ b/x11-toolkits/ruby-tk/Makefile @@ -29,6 +29,10 @@ USE_TK= 84+ .include +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif + CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ --with-X11-dir=${LOCALBASE} \ --with-tcl-include=${TCL_INCLUDEDIR} \ -- cgit