Have puppet depend on the correct FLAVOR of the ruby-json dependency.
This commit is contained in:
parent
421a127e8f
commit
8e2a29de24
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.42 2012/09/19 09:56:01 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.43 2012/09/23 17:08:06 jeremy Exp $
|
||||
|
||||
COMMENT= centralised configuration management for networks
|
||||
|
||||
VERSION= 2.7.19
|
||||
DISTNAME= puppet-${VERSION}
|
||||
PKGNAME= ruby-${DISTNAME}
|
||||
REVISION= 0
|
||||
CATEGORIES= sysutils net
|
||||
|
||||
HOMEPAGE= http://reductivelabs.com/projects/puppet/
|
||||
@ -20,7 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= converters/ruby-json \
|
||||
RUN_DEPENDS= converters/ruby-json,${MODRUBY_FLAVOR} \
|
||||
sysutils/ruby-facter \
|
||||
${MODRUBY_ICONV_DEPENDS}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user