diff options
author | knu <knu@FreeBSD.org> | 2001-02-19 15:55:35 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-02-19 15:55:35 +0000 |
commit | 5968621720f2969a3f40a1a8d12d0e270fb6c36f (patch) | |
tree | f6b4b7db34618a2384e1f9b6e1fca8d054ba6f83 /lang/Makefile | |
parent | 3f310169738db14fbd6754116f24991ce3895f31 (diff) | |
download | FreeBSD-ports-5968621720f2969a3f40a1a8d12d0e270fb6c36f.zip FreeBSD-ports-5968621720f2969a3f40a1a8d12d0e270fb6c36f.tar.gz |
Add lang/ruby_static, the statically linked version of the "ruby"
executable, with some basic extensions compiled in.
This is added so people can use ruby even in an emergency.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 2a01959..f988b7a 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -113,6 +113,7 @@ SUBDIR += ruby14 SUBDIR += ruby14-irb SUBDIR += ruby14-tcltklib + SUBDIR += ruby_static SUBDIR += scheme48 SUBDIR += schemetoc SUBDIR += scm |