blob: 8c0b38ef6dbf940af65c576d8d5984c68c229d20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
====
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.
Note that some stuff that comes with the standard Ruby distribution is
provided as separate ports:
converters/ruby-iconv iconv module
databases/ruby-gdbm: GDBM module
lang/ruby-tcltklib: Tcl/Tk libraries
japanese/ruby-tcltklib: Tcl/Tk libraries for Japanized Tcl/Tk
x11-toolkits/ruby-tk: Tk modules
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)
====
|