summaryrefslogtreecommitdiff
path: root/sysutils/ruby-chef
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2016-03-14 00:59:05 +0000
committertnn <tnn@pkgsrc.org>2016-03-14 00:59:05 +0000
commit744e6d6dc9a52926d87cf3800d0f80c76f546410 (patch)
tree772402e786294100fd0e6f16f857d3caa2cf0b6e /sysutils/ruby-chef
parent525fa3c546f9d39018d4b9acd2c77643cb5df4de (diff)
downloadpkgsrc-744e6d6dc9a52926d87cf3800d0f80c76f546410.tar.gz
remove references to ruby200
Diffstat (limited to 'sysutils/ruby-chef')
-rw-r--r--sysutils/ruby-chef/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ruby-chef/Makefile b/sysutils/ruby-chef/Makefile
index a2fe688f3bf..4d16dda4640 100644
--- a/sysutils/ruby-chef/Makefile
+++ b/sysutils/ruby-chef/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/01/20 10:10:50 fhajny Exp $
+# $NetBSD: Makefile,v 1.3 2016/03/14 00:59:06 tnn Exp $
DISTNAME= chef-12.0.3
CATEGORIES= sysutils
@@ -25,7 +25,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs>=1.2.5<2.0:../../textproc/ruby-diff-lcs
DEPENDS+= ${RUBY_PKGPREFIX}-plist>=3.1.0:../../textproc/ruby-plist
DEPENDS+= ${RUBY_PKGPREFIX}-erubis>=2.7.0<3.0:../../www/ruby-erubis
-RUBY_VERSION_SUPPORTED= 200 21
+RUBY_VERSION_SUPPORTED= 21
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"