diff options
author | taca <taca> | 2011-06-16 15:08:23 +0000 |
---|---|---|
committer | taca <taca> | 2011-06-16 15:08:23 +0000 |
commit | ec1daa74a464e356846e72ab4f8a0b8b518154f6 (patch) | |
tree | 7fbf8a09111d4ca5f4acd746a0806e81fb3e9689 /devel | |
parent | f6c07be91ba8f1a94c041715c98b8c63f796c6f3 (diff) | |
download | pkgsrc-ec1daa74a464e356846e72ab4f8a0b8b518154f6.tar.gz |
Add and enable ruby-rdoc.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2aaa320a914..b53e87c7f62 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1461 2011/06/14 21:59:06 schmonz Exp $ +# $NetBSD: Makefile,v 1.1462 2011/06/16 15:08:23 taca Exp $ # COMMENT= Development utilities @@ -1316,6 +1316,7 @@ SUBDIR+= ruby-rbtree SUBDIR+= ruby-rcov SUBDIR+= ruby-rcsparse SUBDIR+= ruby-rd-mode +SUBDIR+= ruby-rdoc SUBDIR+= ruby-readline SUBDIR+= ruby-rgl SUBDIR+= ruby-rspec |