diff options
author | knu <knu@FreeBSD.org> | 2003-01-18 21:50:54 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-01-18 21:50:54 +0000 |
commit | b457f2966480a588c09076768d7f17e68d58bb11 (patch) | |
tree | ad502704aa8a1866191ef772d4499cfbd0203b13 /lang/ruby18 | |
parent | 31dbbd48fb7bf9083f39795745be2abbc3a9efde (diff) | |
download | FreeBSD-ports-b457f2966480a588c09076768d7f17e68d58bb11.zip FreeBSD-ports-b457f2966480a588c09076768d7f17e68d58bb11.tar.gz |
Properly update for 1.8 [*] and rephrase.
Submitted by: obrien [*]
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 8c0b38e..001ea39 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) ==== |