From 8e2a29de24f49d214c9bcc5b56c4ef29097291e4 Mon Sep 17 00:00:00 2001 From: jeremy Date: Sun, 23 Sep 2012 17:08:06 +0000 Subject: [PATCH] Have puppet depend on the correct FLAVOR of the ruby-json dependency. --- sysutils/ruby-puppet/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/ruby-puppet/Makefile b/sysutils/ruby-puppet/Makefile index 682ef6b7148..67fbc515a85 100644 --- a/sysutils/ruby-puppet/Makefile +++ b/sysutils/ruby-puppet/Makefile @@ -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}