1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Update RUN_DEPENDS

- Use = instead of ?=
- Fix version requirement
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-08-13 18:21:07 +00:00
parent 7910d12610
commit 4e0479dcdf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477101

View File

@ -13,8 +13,8 @@ COMMENT= Sprockets Rails integration
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS?= rubygem-actionpack5>0:www/rubygem-actionpack5 \
rubygem-activesupport5>0:devel/rubygem-activesupport5 \
RUN_DEPENDS= rubygem-actionpack5>=4.0:www/rubygem-actionpack5 \
rubygem-activesupport5>=4.0:devel/rubygem-activesupport5 \
rubygem-sprockets3>=3.0.0:devel/rubygem-sprockets3
NO_ARCH= yes