diff options
-rw-r--r-- | sysutils/rubygem-chef-bin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/rubygem-chef-bin/Makefile b/sysutils/rubygem-chef-bin/Makefile index 1d7b65a994d3..90d48117302f 100644 --- a/sysutils/rubygem-chef-bin/Makefile +++ b/sysutils/rubygem-chef-bin/Makefile @@ -1,5 +1,6 @@ PORTNAME= chef-bin PORTVERSION= 16.18.0 +PORTREVISION= 1 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -10,7 +11,7 @@ WWW= https://github.com/chef/chef/tree/main/chef-bin LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-chef>=${PORTVERSION}:sysutils/rubygem-chef +RUN_DEPENDS= rubygem-chef16>=${PORTVERSION}:sysutils/rubygem-chef16 USES= gem |