diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2011-12-21 07:03:12 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2011-12-21 07:03:12 +0800 |
commit | a46aa4409cec20895d97e1993819b48dd62e55aa (patch) | |
tree | abc705af154e29abe3ee2e20db6c9a210b6fdf45 /misc | |
parent | b7d9a95f125b9025611e2c2ac166ea6b497c8cbd (diff) | |
download | freebsd-ports-gnome-a46aa4409cec20895d97e1993819b48dd62e55aa.tar.gz freebsd-ports-gnome-a46aa4409cec20895d97e1993819b48dd62e55aa.tar.zst freebsd-ports-gnome-a46aa4409cec20895d97e1993819b48dd62e55aa.zip |
- Standardize the BROKEN= message for ruby 1.9 for rubgems so tb/ph can tag it
With Hat: ruby@
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rubygem-ohcount/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/rubygem-ohcount/Makefile b/misc/rubygem-ohcount/Makefile index 115729c9a926..d183e496e75c 100644 --- a/misc/rubygem-ohcount/Makefile +++ b/misc/rubygem-ohcount/Makefile @@ -24,7 +24,7 @@ PLIST_FILES= bin/ohcount .include <bsd.port.pre.mk> .if ${RUBY_VER} == 1.9 -BROKEN= does not compile with ruby 1.9 +BROKEN= does not work with ruby 1.9 .endif .include <bsd.port.post.mk> |