summaryrefslogtreecommitdiff
path: root/sysutils/ruby-chef-zero
diff options
context:
space:
mode:
authorjoerg <joerg>2015-01-22 16:54:21 +0000
committerjoerg <joerg>2015-01-22 16:54:21 +0000
commita708bf698984d8e029f099121b2bbe5a6b9c3281 (patch)
tree44fcc7da636c6dc5429ac3d3675f3544db0741ee /sysutils/ruby-chef-zero
parent85d60648e531f5937240bfb27c43f984f25ffed4 (diff)
downloadpkgsrc-a708bf698984d8e029f099121b2bbe5a6b9c3281.tar.gz
Fix dependency.
Diffstat (limited to 'sysutils/ruby-chef-zero')
-rw-r--r--sysutils/ruby-chef-zero/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ruby-chef-zero/Makefile b/sysutils/ruby-chef-zero/Makefile
index 6b944d24123..b99f252ed70 100644
--- a/sysutils/ruby-chef-zero/Makefile
+++ b/sysutils/ruby-chef-zero/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/01/19 21:25:32 fhajny Exp $
+# $NetBSD: Makefile,v 1.3 2015/01/22 16:54:21 joerg Exp $
DISTNAME= chef-zero-3.2.1
CATEGORIES= sysutils
@@ -8,7 +8,7 @@ HOMEPAGE= https://github.com/opscode/chef-zero
COMMENT= Simple fast-start in-memory Chef server
LICENSE= apache-2.0
-DEPENDS+= ${RUBY_PKGPREFIX}-ffi-yajl:../../devel/ruby-ffi-yajl
+DEPENDS+= ${RUBY_PKGPREFIX}-ffi-yajl-[0-9]*:../../devel/ruby-ffi-yajl
DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-log>=1.6.0:../../devel/ruby-mixlib-log
DEPENDS+= ${RUBY_PKGPREFIX}-uuidtools>=2.1:../../devel/ruby-uuidtools
DEPENDS+= ${RUBY_PKGPREFIX}-hashie>=2.0.5:../../misc/ruby-hashie2