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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/rubygem-turing/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/rubygem-turing/Makefile b/graphics/rubygem-turing/Makefile index d75a59d0e6c4..15abff33ad59 100644 --- a/graphics/rubygem-turing/Makefile +++ b/graphics/rubygem-turing/Makefile @@ -21,6 +21,6 @@ RUBYGEM_AUTOPLIST= yes .include <bsd.port.pre.mk> .if ${RUBY_VER} == 1.9 -BROKEN= does not build with ruby 1.9 +BROKEN= does not work with ruby 1.9 .endif .include <bsd.port.post.mk> |