summaryrefslogtreecommitdiff
path: root/misc/ruby-ohai/Makefile
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2015-10-05 21:45:36 +0000
committersevan <sevan@pkgsrc.org>2015-10-05 21:45:36 +0000
commit55262b1cc099303ca90da8f33852ef7f8011d438 (patch)
tree299bdd967adb8ddf8558f521a0238d8bdb198258 /misc/ruby-ohai/Makefile
parent0dba1ddded9a00d90c8fb67c5a235e181ef8d412 (diff)
downloadpkgsrc-55262b1cc099303ca90da8f33852ef7f8011d438.tar.gz
Mark as broken due to missing dependency: ruby-chef-config
Unbreak scan stage on bulkbuilds Reviewed by: wiz@
Diffstat (limited to 'misc/ruby-ohai/Makefile')
-rw-r--r--misc/ruby-ohai/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/ruby-ohai/Makefile b/misc/ruby-ohai/Makefile
index 3fa5b3835e7..d109ed2a65d 100644
--- a/misc/ruby-ohai/Makefile
+++ b/misc/ruby-ohai/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2015/10/04 13:01:04 taca Exp $
+# $NetBSD: Makefile,v 1.9 2015/10/05 21:45:36 sevan Exp $
DISTNAME= ohai-8.6.0
CATEGORIES= misc
@@ -18,12 +18,14 @@ DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-log>=1.6.0:../../devel/ruby-mixlib-log
DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-shellout>=2.0.0:../../devel/ruby-mixlib-shellout
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
+#DEPENDS+= ${RUBY_PKGPREFIX}-chef-config<13:../../sysutils/ruby-chef-config
RUBY_VERSION_SUPPORTED= 200 21 22
RUBYGEM_OPTIONS+= --format-executable
+BROKEN= Missing dependency ruby-chef-config
+
.include "../../lang/ruby/rubyversion.mk"
.if ${RUBY_VER} == 200