diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-10 05:46:18 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-10 05:46:18 +0800 |
commit | 32ff8155e9f1efb3ef6b3f24f2640eb17e4f21af (patch) | |
tree | 2852edb98c302597da4da2fdd0eed3189eeb9abb /misc | |
parent | 37dbcce9ddb12de516365f25e21e809c7f2d1119 (diff) | |
download | freebsd-ports-gnome-32ff8155e9f1efb3ef6b3f24f2640eb17e4f21af.tar.gz freebsd-ports-gnome-32ff8155e9f1efb3ef6b3f24f2640eb17e4f21af.tar.zst freebsd-ports-gnome-32ff8155e9f1efb3ef6b3f24f2640eb17e4f21af.zip |
- Mark some ruby* and rubygem* broken with ruby 1.9
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rubygem-ohcount/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/rubygem-ohcount/Makefile b/misc/rubygem-ohcount/Makefile index 3ad2ca3258bb..115729c9a926 100644 --- a/misc/rubygem-ohcount/Makefile +++ b/misc/rubygem-ohcount/Makefile @@ -22,4 +22,9 @@ USE_RAKE= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/ohcount -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not compile with ruby 1.9 +.endif +.include <bsd.port.post.mk> + |