From 77b8224bacf89d6ff35dc7558b8e330ff4b9e16f Mon Sep 17 00:00:00 2001 From: giovanni Date: Tue, 19 May 2020 07:20:45 +0000 Subject: [PATCH] Add missing dependency, fixes "puppet module generate" command ok kn@ --- sysutils/ruby-puppet/5/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/ruby-puppet/5/Makefile b/sysutils/ruby-puppet/5/Makefile index 58ba8f9e339..64ba76affe5 100644 --- a/sysutils/ruby-puppet/5/Makefile +++ b/sysutils/ruby-puppet/5/Makefile @@ -1,13 +1,15 @@ -# $OpenBSD: Makefile,v 1.23 2020/03/18 18:39:17 sebastia Exp $ +# $OpenBSD: Makefile,v 1.24 2020/05/19 07:20:45 giovanni Exp $ PORTROACH= limit:^5 VERSION= 5.5.19 +REVISION= 0 RUN_DEPENDS+= databases/ruby-hiera3,${MODRUBY_FLAVOR} \ devel/ruby-gettext-setup,${MODRUBY_FLAVOR}>=0.28,<1 \ devel/ruby-locale,${MODRUBY_FLAVOR}>=2.1,<3 \ devel/ruby-rgen,${MODRUBY_FLAVOR} \ + converters/ruby-multi_json,${MODRUBY_FLAVOR} \ sysutils/facter SUBST_VARS += MODPY_DEFAULT_VERSION_2 MODPY_DEFAULT_VERSION_3