Update version requirement of RUN_DEPENDS
This commit is contained in:
parent
9a6bc7c6ee
commit
749d6d0351
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516547
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ COMMENT= Easy installation and use of chromedriver
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-archive-zip>=0.10:archivers/rubygem-archive-zip \
|
||||
rubygem-nokogiri>=1.8:textproc/rubygem-nokogiri
|
||||
RUN_DEPENDS= rubygem-archive-zip>=0.10<1:archivers/rubygem-archive-zip \
|
||||
rubygem-nokogiri>=1.8<2:textproc/rubygem-nokogiri
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
|
Loading…
Reference in a new issue