summaryrefslogtreecommitdiff
path: root/sysutils/ruby-chef
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/ruby-chef')
-rw-r--r--sysutils/ruby-chef/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/ruby-chef/Makefile b/sysutils/ruby-chef/Makefile
index a8581073754..7429e334e6f 100644
--- a/sysutils/ruby-chef/Makefile
+++ b/sysutils/ruby-chef/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2021/03/21 13:28:35 taca Exp $
+# $NetBSD: Makefile,v 1.23 2021/04/01 14:10:53 taca Exp $
DISTNAME= chef-16.11.7
CATEGORIES= sysutils
@@ -50,8 +50,6 @@ USE_LANGUAGES= # none
OVERRIDE_GEMSPEC+= uuidtools>=2.1.5
RUBYGEM_OPTIONS+= --format-executable
-RUBY_VERSIONS_INCOMPATIBLE= 25 # ruby-chef-zero
-
pre-configure:
cd ${WRKSRC}/bin && ${FIND} . -type f -exec ${CHMOD} ${BINMODE} {} \;