Restrict to Ruby 1.9.3 to match dependency.
This commit is contained in:
parent
0ab38906cd
commit
d4fa59f46c
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2013/04/10 21:10:54 tonnerre Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2013/04/25 12:11:21 joerg Exp $
|
||||
|
||||
DISTNAME= puppet-3.1.1
|
||||
CATEGORIES= sysutils
|
||||
|
@ -16,6 +16,8 @@ DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=0:../../textproc/ruby-json-pure
|
|||
DEPENDS+= ${RUBY_PKGPREFIX}-minitest>=2.5.1:../../devel/ruby-minitest
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-shadow>=2.0.0:../../security/ruby-shadow
|
||||
|
||||
RUBY_VERSION_SUPPORTED= 193
|
||||
|
||||
CONFLICTS+= ruby[1-9][0-9]-puppet-[0-9]* puppet-[0-9]*
|
||||
|
||||
PKG_SYSCONFSUBDIR= puppet
|
||||
|
|
Loading…
Reference in a new issue