diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-06 17:45:03 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-06 17:45:03 +0000 |
commit | d1869ebb7ee57c8f5b27458efacc595d024157f5 (patch) | |
tree | fc9f84d5feb7b0409b1b56458e9e29b902b02ed0 | |
parent | cfe6ec404974b98712cef3c30667b1ab316433b0 (diff) |
Notes
-rw-r--r-- | devel/rubygem-cucumber-core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/rubygem-cucumber-core/Makefile b/devel/rubygem-cucumber-core/Makefile index 39d5678ff578..5f9a07985480 100644 --- a/devel/rubygem-cucumber-core/Makefile +++ b/devel/rubygem-cucumber-core/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-cucumber-tag_expressions>=1.1.0:devel/rubygem-cucumber-tag_expressions \ - rubygem-gherkin>=5.0:textproc/rubygem-gherkin + rubygem-gherkin>=5.0<6:textproc/rubygem-gherkin USES= gem USE_RUBY= yes |