diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-04 23:02:52 +0800 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-04 23:02:52 +0800 |
commit | 70782b1469282cb2ed4f90aac28ea8adcb3f99d9 (patch) | |
tree | 15844e032938bdbb066239ca1febd25e7111badd /lang/Makefile | |
parent | 9b3bcd846b06465a7b9f916c7e56af110938d082 (diff) | |
download | freebsd-ports-gnome-70782b1469282cb2ed4f90aac28ea8adcb3f99d9.tar.gz freebsd-ports-gnome-70782b1469282cb2ed4f90aac28ea8adcb3f99d9.tar.zst freebsd-ports-gnome-70782b1469282cb2ed4f90aac28ea8adcb3f99d9.zip |
Add lang/ruby_r and lang/ruby_r-devel, ruby binary linked with libc_r.
As there are unidentified problems with libc_r + ruby, please use this
with care. I'd appreciate if any of you could join me in debugging.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 4eaa34d02d12..c6180ae135ad 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -127,6 +127,8 @@ SUBDIR += ruby-ri SUBDIR += ruby-tcltklib SUBDIR += ruby-usersguide + SUBDIR += ruby_r + SUBDIR += ruby_r-devel SUBDIR += ruby_static SUBDIR += ruby_static-devel SUBDIR += scheme48 |