mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update version requirement of RUN_DEPENDS
This commit is contained in:
parent
021613fc14
commit
2f774a86ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521177
1 changed files with 5 additions and 4 deletions
|
@ -12,11 +12,12 @@ COMMENT= Logging library based on Java's log4j #'
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-little-plugger>=1.1:devel/rubygem-little-plugger \
|
||||
rubygem-multi_json>=1.10:devel/rubygem-multi_json
|
||||
RUN_DEPENDS= rubygem-little-plugger>=1.1<2:devel/rubygem-little-plugger \
|
||||
rubygem-multi_json>=1.10<2:devel/rubygem-multi_json
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue