diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-12-21 07:03:12 +0800 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-12-21 07:03:12 +0800 |
commit | 70e3b2b7105d8270435de949031b2e84a69ff83f (patch) | |
tree | 0c7f2a42fe2cb8fc95ebda605340ae6464c6b22b /www | |
parent | 453d5fa41bd66970af860d0e9474d47072a41c83 (diff) | |
download | freebsd-ports-gnome-70e3b2b7105d8270435de949031b2e84a69ff83f.tar.gz freebsd-ports-gnome-70e3b2b7105d8270435de949031b2e84a69ff83f.tar.zst freebsd-ports-gnome-70e3b2b7105d8270435de949031b2e84a69ff83f.zip |
- Standardize the BROKEN= message for ruby 1.9 for rubgems so tb/ph can tag it
With Hat: ruby@
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-mongrel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rubygem-mongrel/Makefile b/www/rubygem-mongrel/Makefile index 32f29b70e874..db25aac9ab67 100644 --- a/www/rubygem-mongrel/Makefile +++ b/www/rubygem-mongrel/Makefile @@ -25,6 +25,6 @@ PLIST_FILES= bin/mongrel_rails .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> |