aboutsummaryrefslogtreecommitdiff
path: root/finance/rubygem-money
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-07-27 01:13:13 +0000
committerSteve Wills <swills@FreeBSD.org>2011-07-27 01:13:13 +0000
commit2c066fdc6c159cdd2e565e446be6d3d630049a78 (patch)
tree46f660934a6409ae393193eee5a5276b9d94a4c5 /finance/rubygem-money
parent985a32c3746518da7e684043c5556bf0c60fb06f (diff)
downloadports-2c066fdc6c159cdd2e565e446be6d3d630049a78.tar.gz
ports-2c066fdc6c159cdd2e565e446be6d3d630049a78.zip
- Mark broken with Ruby 1.9
With hat: ruby@
Notes
Notes: svn path=/head/; revision=278390
Diffstat (limited to 'finance/rubygem-money')
-rw-r--r--finance/rubygem-money/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/finance/rubygem-money/Makefile b/finance/rubygem-money/Makefile
index 9e42e56d7fa6..bcb614592ab7 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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.if ${RUBY_VER} == 1.9
+BROKEN= does not work with ruby 1.9
+.endif
+.include <bsd.port.post.mk>