diff options
author | taca <taca> | 2015-12-30 04:22:59 +0000 |
---|---|---|
committer | taca <taca> | 2015-12-30 04:22:59 +0000 |
commit | c9fdc233c81fca5e42dd0cf8d38e9f944efeff55 (patch) | |
tree | 33f1c5d03ca71c64aa76d8d015a09a7217085fab /misc/ruby-ohai | |
parent | cf89ff560604161271e3724009a6d113a030d293 (diff) | |
download | pkgsrc-c9fdc233c81fca5e42dd0cf8d38e9f944efeff55.tar.gz |
Remove RUBY_VERSION_SUPPORTED which has the samve value as default.
Diffstat (limited to 'misc/ruby-ohai')
-rw-r--r-- | misc/ruby-ohai/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/ruby-ohai/Makefile b/misc/ruby-ohai/Makefile index 8a379595c59..e37c2d7bdb4 100644 --- a/misc/ruby-ohai/Makefile +++ b/misc/ruby-ohai/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/12/13 16:36:11 taca Exp $ +# $NetBSD: Makefile,v 1.12 2015/12/30 04:22:59 taca Exp $ DISTNAME= ohai-8.8.1 CATEGORIES= misc @@ -20,8 +20,6 @@ DEPENDS+= ${RUBY_PKGPREFIX}-wmi-lite>=1.0:../../devel/ruby-wmi-lite DEPENDS+= ${RUBY_PKGPREFIX}-ipaddress>=0.8.0:../../net/ruby-ipaddress DEPENDS+= ${RUBY_PKGPREFIX}-chef-config<13:../../sysutils/ruby-chef-config -RUBY_VERSION_SUPPORTED= 200 21 22 - RUBYGEM_OPTIONS+= --format-executable .include "../../lang/ruby/rubyversion.mk" |