diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-18 21:50:54 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-18 21:50:54 +0000 |
commit | 57ffb5faa0141ddcbc0cfb04b7403d7935fa6882 (patch) | |
tree | 18f88837f606b35013665058ec64b77dd0a5b80b /lang/ruby18 | |
parent | b5bfa12da059155e798c397f84566c0d4459aeaf (diff) | |
download | ports-57ffb5faa0141ddcbc0cfb04b7403d7935fa6882.tar.gz ports-57ffb5faa0141ddcbc0cfb04b7403d7935fa6882.zip |
Notes
Diffstat (limited to 'lang/ruby18')
-rw-r--r-- | lang/ruby18/pkg-message | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/lang/ruby18/pkg-message b/lang/ruby18/pkg-message index 8c0b38ef6dbf..001ea397db31 100644 --- a/lang/ruby18/pkg-message +++ b/lang/ruby18/pkg-message @@ -1,11 +1,10 @@ ==== -When you are to build a ruby related port for Ruby 1.7, please define -RUBY_VER=1.7 in the make command line, or put it in your -/etc/make.conf. If you want to always use Ruby 1.7 instead of 1.6, -set RUBY_DEFAULT_VER=1.7. +To build a ruby related port for Ruby 1.8, define RUBY_VER=1.8 on the +make command line or in /etc/make.conf. If you want to use Ruby 1.8 +as the default instead of 1.6, define RUBY_DEFAULT_VER=1.8 also. -Note that some stuff that comes with the standard Ruby distribution is -provided as separate ports: +Note that some of the standard libraries are provided as separate +ports since they require extra dependencies: converters/ruby-iconv iconv module @@ -18,7 +17,7 @@ provided as separate ports: japanese/ruby-tk: Tk modules for Japanized Tcl/Tk lang/ruby-mode.el: Emacs lisp modules - -Please install them as occasion demands. (Don't forget to define -RUBY_VER=1.7 when you build them) + +Install them as occasion demands. (Make sure to define RUBY_VER=1.8 +when you build and install them) ==== |