diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/rubygem-termtter/Makefile | 2 | ||||
-rw-r--r-- | net-im/rubygem-xmpp4r/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/rubygem-termtter/Makefile b/net-im/rubygem-termtter/Makefile index 313d0fb74214..082168a93dfa 100644 --- a/net-im/rubygem-termtter/Makefile +++ b/net-im/rubygem-termtter/Makefile @@ -27,6 +27,6 @@ PLIST_FILES= bin/termtter .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> diff --git a/net-im/rubygem-xmpp4r/Makefile b/net-im/rubygem-xmpp4r/Makefile index 568e25a74fe5..950ec1394edb 100644 --- a/net-im/rubygem-xmpp4r/Makefile +++ b/net-im/rubygem-xmpp4r/Makefile @@ -20,6 +20,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> |