diff options
author | taca <taca@pkgsrc.org> | 2015-11-23 15:46:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-11-23 15:46:58 +0000 |
commit | f4e1bc4ab87572af3ffebbeb18a162a06468e9cb (patch) | |
tree | 19f0ab78adb720aad58d2d004f27a837a5dbd911 /lang | |
parent | c7e8fb7d128aa306a19f70aa1859c49b071ef3a5 (diff) | |
download | pkgsrc-f4e1bc4ab87572af3ffebbeb18a162a06468e9cb.tar.gz |
Remove 193 from RUBY_VERSION_SUPPORTED.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 724e4b27d43..b2c216a63e4 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2015/03/08 16:32:32 taca Exp $ +# $NetBSD: Makefile,v 1.57 2015/11/23 15:46:59 taca Exp $ DISTNAME= # empty PKGNAME= ruby-${RUBY_VERSION_FULL} @@ -15,7 +15,7 @@ CONFLICTS= pkg_alternatives-[0-9]* NO_CONFIGURE= yes NO_BUILD= yes -RUBY_VERSION_SUPPORTED= 22 21 200 193 18 +RUBY_VERSION_SUPPORTED= 22 21 200 18 .include "../../lang/ruby/rubyversion.mk" |