Add missing dependency to multi_json

pointed out by sthen@
This commit is contained in:
sebastia 2023-01-25 19:12:55 +00:00
parent 99b8d5c420
commit efd6c17b56
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
PORTROACH= limit:^6
VERSION= 6.28.0
REVISION= 2
REVISION= 3
RUN_DEPENDS+= databases/ruby-hiera3,${MODRUBY_FLAVOR} \
RUN_DEPENDS+= converters/ruby-multi_json,${MODRUBY_FLAVOR}>=1.10,<2 \
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} \