diff options
author | tsutsui <tsutsui> | 2016-01-09 18:51:50 +0000 |
---|---|---|
committer | tsutsui <tsutsui> | 2016-01-09 18:51:50 +0000 |
commit | c3833ebe916fb807c03c53977b4fc11bf33c91ca (patch) | |
tree | 9f38b52d5a9638acea4da5f87f06bf2285c2b2b1 /devel | |
parent | f4746d3de017a8dbddb13b8ca67c8c4b1ad94357 (diff) | |
download | pkgsrc-c3833ebe916fb807c03c53977b4fc11bf33c91ca.tar.gz |
+ ruby-instance_storage
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 6f5bdac7c1e..860c94f3cac 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2195 2016/01/09 18:44:48 tsutsui Exp $ +# $NetBSD: Makefile,v 1.2196 2016/01/09 18:51:50 tsutsui Exp $ # COMMENT= Development utilities @@ -1907,6 +1907,7 @@ SUBDIR+= ruby-highline SUBDIR+= ruby-hike SUBDIR+= ruby-i18n SUBDIR+= ruby-inline +SUBDIR+= ruby-instance_storage SUBDIR+= ruby-io-like SUBDIR+= ruby-kgio SUBDIR+= ruby-libyajl2 |