diff options
author | taca <taca@pkgsrc.org> | 2015-12-30 15:11:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-12-30 15:11:40 +0000 |
commit | 5bdc41f1b3805cb339d2e16c424deeba5098d262 (patch) | |
tree | 474e7dba90de622d7c369cc2bddc2bf8e47a34db /textproc/ruby-json | |
parent | 5d555bdc792bc3e4c04d2bfd053a62fad083da4c (diff) | |
download | pkgsrc-5bdc41f1b3805cb339d2e16c424deeba5098d262.tar.gz |
Add support for ruby23.
Diffstat (limited to 'textproc/ruby-json')
-rw-r--r-- | textproc/ruby-json/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-json/Makefile b/textproc/ruby-json/Makefile index c074e06bb51..c7985e3f7eb 100644 --- a/textproc/ruby-json/Makefile +++ b/textproc/ruby-json/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2015/11/23 15:46:59 taca Exp $ +# $NetBSD: Makefile,v 1.32 2015/12/30 15:11:40 taca Exp $ DISTNAME= json-1.8.3 CATEGORIES= textproc @@ -10,7 +10,7 @@ LICENSE= ruby-license USE_GCC_RUNTIME= yes -RUBY_VERSION_SUPPORTED= 200 18 21 22 +RUBY_VERSION_SUPPORTED= 200 18 21 22 23 post-extract: cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w |