diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-25 23:17:06 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-26 00:00:09 +0800 |
commit | 763c5b6940f44e37210b5a3ef9165e20d2c1906b (patch) | |
tree | 47b05088d9de442432a22458a85184a296edce9a /textproc/rubygem-puppet-strings | |
parent | textproc/xhtml: Add NO_ARCH (diff) |
textproc/rubygem-puppet-strings: Update version requirement of RUN_DEPENDS
With hat: ruby
Diffstat (limited to 'textproc/rubygem-puppet-strings')
-rw-r--r-- | textproc/rubygem-puppet-strings/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/rubygem-puppet-strings/Makefile b/textproc/rubygem-puppet-strings/Makefile index 2e936e715760..c3575102e959 100644 --- a/textproc/rubygem-puppet-strings/Makefile +++ b/textproc/rubygem-puppet-strings/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-rgen>=0:devel/rubygem-rgen \ - rubygem-yard>=0:textproc/rubygem-yard + rubygem-yard>=0.9.5<0.10:textproc/rubygem-yard USES= gem USE_RUBY= yes |