diff options
author | taca <taca> | 2001-07-01 14:46:47 +0000 |
---|---|---|
committer | taca <taca> | 2001-07-01 14:46:47 +0000 |
commit | 7a247537dc9a21120cc1e82449ea8d9f756cdc1b (patch) | |
tree | fe9183f8d9269ebe270cccf9e7b3b7872c90be1a /devel/Makefile | |
parent | 42f877afab30705572352384bf39be29749c0911 (diff) | |
download | pkgsrc-7a247537dc9a21120cc1e82449ea8d9f756cdc1b.tar.gz |
Add and enable ruby-byaccr, ruby-ri and ruby-runit.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 64f56fe2564..cc6ee2fb92b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.225 2001/07/01 12:47:35 taca Exp $ +# $NetBSD: Makefile,v 1.226 2001/07/01 14:46:47 taca Exp $ # COMMENT= Development utilities @@ -195,6 +195,7 @@ SUBDIR+= readline SUBDIR+= rpc2 SUBDIR+= ruby-amstd SUBDIR+= ruby-bsearch +SUBDIR+= ruby-byaccr SUBDIR+= ruby-filelock SUBDIR+= ruby-mode SUBDIR+= ruby-mutexm @@ -204,6 +205,8 @@ SUBDIR+= ruby-readline SUBDIR+= ruby-racc SUBDIR+= ruby-racc-runtime SUBDIR+= ruby-rd-mode +SUBDIR+= ruby-ri +SUBDIR+= ruby-runit SUBDIR+= ruby-strscan SUBDIR+= ruby-textbuf SUBDIR+= rvm |