diff options
author | taca <taca> | 2012-09-16 15:30:44 +0000 |
---|---|---|
committer | taca <taca> | 2012-09-16 15:30:44 +0000 |
commit | fcf56a1cbc636541e987fde1aec30db31d118e15 (patch) | |
tree | 9f2e8c63cc008d643e9689b6b7c695c24a5a4cba /net | |
parent | b30c31afbdc54644ac923b9698bae8dcb9dd3483 (diff) | |
download | pkgsrc-fcf56a1cbc636541e987fde1aec30db31d118e15.tar.gz |
Remove support of ruby19 (Ruby 1.9.2).
Diffstat (limited to 'net')
-rw-r--r-- | net/mikutter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mikutter/Makefile b/net/mikutter/Makefile index 887412bb4e2..30ddbc71abc 100644 --- a/net/mikutter/Makefile +++ b/net/mikutter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2012/09/06 12:24:09 obache Exp $ +# $NetBSD: Makefile,v 1.52 2012/09/16 15:30:45 taca Exp $ # DISTNAME= mikutter.0.1.1.863 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir -RUBY_VERSION_SUPPORTED= 192 193 +RUBY_VERSION_SUPPORTED= 193 .include "../../lang/ruby/rubyversion.mk" |