diff options
author | minskim <minskim@pkgsrc.org> | 2017-10-03 17:04:21 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2017-10-03 17:04:21 +0000 |
commit | 0b1bd19e0ea5e58d3951433062bb64dd8e0c2982 (patch) | |
tree | 4860198e29ee4c48098678598c53c62b94f7b8fe /misc/Makefile | |
parent | faefa3779762b49ca869dad5398379ad9c87e3d6 (diff) | |
download | pkgsrc-0b1bd19e0ea5e58d3951433062bb64dd8e0c2982.tar.gz |
misc/Makefile: Add ruby-windows_error
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 03e75673a1d..622d67aa928 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.490 2017/09/27 13:35:17 wiz Exp $ +# $NetBSD: Makefile,v 1.491 2017/10/03 17:04:21 minskim Exp $ # COMMENT= Miscellaneous utilities @@ -316,6 +316,7 @@ SUBDIR+= ruby-systemu SUBDIR+= ruby-thread_safe SUBDIR+= ruby-transaction-simple SUBDIR+= ruby-typed-array +SUBDIR+= ruby-windows_error SUBDIR+= rump SUBDIR+= sch SUBDIR+= sci |