diff options
author | taca <taca@pkgsrc.org> | 2017-05-30 14:22:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-05-30 14:22:40 +0000 |
commit | b1fa10848de84a1fd6f7ecaabd0b32fd2d0428ee (patch) | |
tree | 6f54f1d9c277f2728b8b06f7cf811aa071397a30 /textproc/ruby-json | |
parent | d2ea0d53058a391343fcdb67ba4e8a750ac534e2 (diff) | |
download | pkgsrc-b1fa10848de84a1fd6f7ecaabd0b32fd2d0428ee.tar.gz |
* Drop setting RUBY_VERSIONS_ACCEPTED since it is now default value.
Diffstat (limited to 'textproc/ruby-json')
-rw-r--r-- | textproc/ruby-json/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/ruby-json/Makefile b/textproc/ruby-json/Makefile index d00c6a61aa3..0d4219319e2 100644 --- a/textproc/ruby-json/Makefile +++ b/textproc/ruby-json/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2017/04/27 14:43:19 taca Exp $ +# $NetBSD: Makefile,v 1.37 2017/05/30 14:22:40 taca Exp $ DISTNAME= json-1.8.3 CATEGORIES= textproc @@ -10,8 +10,6 @@ LICENSE= ruby-license USE_GCC_RUNTIME= yes -RUBY_VERSIONS_ACCEPTED= 23 22 21 - post-extract: cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w |