From e7abcc4e4ee262b2727f97644e3f430fe30c0063 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Mon, 4 Jul 2011 17:46:12 +0000 Subject: - Mark as broken with Ruby 1.9 Approved by: portmgr --- graphics/ruby-ming/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'graphics/ruby-ming') diff --git a/graphics/ruby-ming/Makefile b/graphics/ruby-ming/Makefile index e1b9ad24c824..384d42fbf947 100644 --- a/graphics/ruby-ming/Makefile +++ b/graphics/ruby-ming/Makefile @@ -37,4 +37,8 @@ post-install: .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif +.include -- cgit v1.2.3