From 64ac3d7598cd6e7d8b59fffe93965648154ab704 Mon Sep 17 00:00:00 2001 From: swills Date: Wed, 27 Jul 2011 01:13:13 +0000 Subject: - Mark broken with Ruby 1.9 With hat: ruby@ --- finance/rubygem-money/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'finance') diff --git a/finance/rubygem-money/Makefile b/finance/rubygem-money/Makefile index 9e42e56d7fa..bcb614592ab 100644 --- a/finance/rubygem-money/Makefile +++ b/finance/rubygem-money/Makefile @@ -19,4 +19,8 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include -- cgit