diff options
author | taca <taca@pkgsrc.org> | 2001-06-30 23:43:28 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-06-30 23:43:28 +0000 |
commit | d357741862c0f095de5a24332100951b4aa1dc24 (patch) | |
tree | cf0171eb8fd2837f36a9cc81711141f6e413cfbb /devel | |
parent | bcab53a261781c4a7f87a83295b92dd5994ab140 (diff) | |
download | pkgsrc-d357741862c0f095de5a24332100951b4aa1dc24.tar.gz |
Add and enable ruby-amstd, ruby-mode, ruby-optparse, ruby-racc,
ruby-racc-runtime, ruby-strscan, ruby-textbuf.
Add ruby-rd-mode but keep it disabled now.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index fe7b6c65a35..ea7c2b37dd5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.222 2001/06/30 14:18:58 taca Exp $ +# $NetBSD: Makefile,v 1.223 2001/06/30 23:43:28 taca Exp $ # COMMENT= Development utilities @@ -193,8 +193,16 @@ SUBDIR+= rcs SUBDIR+= rdp SUBDIR+= readline SUBDIR+= rpc2 +SUBDIR+= ruby-amstd +SUBDIR+= ruby-mode +SUBDIR+= ruby-optparse SUBDIR+= ruby-readline #SUBDIR+= ruby14-readline +SUBDIR+= ruby-racc +SUBDIR+= ruby-racc-runtime +#SUBDIR+= ruby-rd-mode +SUBDIR+= ruby-strscan +SUBDIR+= ruby-textbuf SUBDIR+= rvm SUBDIR+= rx SUBDIR+= sdcc |