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 --- www/mod_ruby/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/mod_ruby') diff --git a/www/mod_ruby/Makefile b/www/mod_ruby/Makefile index ba505b2519f1..b234aed86062 100644 --- a/www/mod_ruby/Makefile +++ b/www/mod_ruby/Makefile @@ -36,6 +36,10 @@ DOCS_JA= README.ja doc/default.css doc/*.ja.* .include +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif + .if ${APACHE_VERSION} > 20 CONFIGURE_ARGS+= --with-apr-includes="`${LOCALBASE}/bin/apr-1-config --includedir`" .endif -- cgit