diff options
author | tnn <tnn@pkgsrc.org> | 2016-03-14 00:59:05 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-03-14 00:59:05 +0000 |
commit | 744e6d6dc9a52926d87cf3800d0f80c76f546410 (patch) | |
tree | 772402e786294100fd0e6f16f857d3caa2cf0b6e /textproc/ruby-json | |
parent | 525fa3c546f9d39018d4b9acd2c77643cb5df4de (diff) | |
download | pkgsrc-744e6d6dc9a52926d87cf3800d0f80c76f546410.tar.gz |
remove references to ruby200
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 c7985e3f7eb..4f9aac81896 100644 --- a/textproc/ruby-json/Makefile +++ b/textproc/ruby-json/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2015/12/30 15:11:40 taca Exp $ +# $NetBSD: Makefile,v 1.33 2016/03/14 00:59:06 tnn 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 23 +RUBY_VERSION_SUPPORTED= 18 21 22 23 post-extract: cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w |