diff options
author | taca <taca@pkgsrc.org> | 2016-10-10 23:16:29 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-10-10 23:16:29 +0000 |
commit | c89856387c4dd536bfd71e211b28a3c565749b0f (patch) | |
tree | 69b66230c1f5d00b84dba53774ea055cae0275ac /devel | |
parent | 059e70e987b017903c4c7146a99e6ed9bb588ecc (diff) | |
download | pkgsrc-c89856387c4dd536bfd71e211b28a3c565749b0f.tar.gz |
Add and enable ruby-forwardable-extended and ruby-lazy_priority_queue.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index a31c6e1185f..d0461fa3835 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2323 2016/10/09 14:37:15 taca Exp $ +# $NetBSD: Makefile,v 1.2324 2016/10/10 23:16:29 taca Exp $ # COMMENT= Development utilities @@ -2026,6 +2026,7 @@ SUBDIR+= ruby-ffi SUBDIR+= ruby-ffi-yajl SUBDIR+= ruby-fiddle SUBDIR+= ruby-flexmock +SUBDIR+= ruby-forwardable-extended SUBDIR+= ruby-gemcutter SUBDIR+= ruby-getopt SUBDIR+= ruby-gettext @@ -2046,6 +2047,7 @@ SUBDIR+= ruby-inline SUBDIR+= ruby-instance_storage SUBDIR+= ruby-io-like SUBDIR+= ruby-kgio +SUBDIR+= ruby-lazy_priority_queue SUBDIR+= ruby-libyajl2 SUBDIR+= ruby-little-plugger SUBDIR+= ruby-locale |