diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-12-20 23:03:12 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-12-20 23:03:12 +0000 |
commit | 70e3b2b7105d8270435de949031b2e84a69ff83f (patch) | |
tree | 0c7f2a42fe2cb8fc95ebda605340ae6464c6b22b /net-im | |
parent | 453d5fa41bd66970af860d0e9474d47072a41c83 (diff) |
Notes
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> |