diff options
author | taca <taca@pkgsrc.org> | 2015-06-08 15:07:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-06-08 15:07:55 +0000 |
commit | ef53b1494528a18397ab528f2aef9c57ad098012 (patch) | |
tree | 667d70c804a9badc7af454e1ce8783a2739b3f0e /net/ruby-net-ping | |
parent | c7f70a544866fb90b40a5459b3732e41fc4508bb (diff) | |
download | pkgsrc-ef53b1494528a18397ab528f2aef9c57ad098012.tar.gz |
Allow this package build on Ruby 2.2.
Diffstat (limited to 'net/ruby-net-ping')
-rw-r--r-- | net/ruby-net-ping/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ruby-net-ping/Makefile b/net/ruby-net-ping/Makefile index 37fa7e86893..372994f8bba 100644 --- a/net/ruby-net-ping/Makefile +++ b/net/ruby-net-ping/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/02/04 15:58:00 taca Exp $ +# $NetBSD: Makefile,v 1.8 2015/06/08 15:07:55 taca Exp $ DISTNAME= net-ping-1.7.7 CATEGORIES= print @@ -8,7 +8,7 @@ HOMEPAGE= http://www.rubyforge.org/projects/shards COMMENT= Ping interface for Ruby LICENSE= mit -RUBY_VERSION_SUPPORTED= 193 200 21 +USE_LANGUAGES= # none .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |