1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

www/rubygem-railties: add run depend on rake

Seems at some point, someone (perhaps me?) thought that USE_RAKE added the
RUN_DEPEND as well, but it doesn't, so add it manually.

Reported by:	antoine
This commit is contained in:
Steve Wills 2014-08-13 20:07:51 +00:00
parent 1b34a06ec6
commit 085b45b44a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364805

View File

@ -13,7 +13,8 @@ LICENSE= MIT
RUN_DEPENDS= rubygem-actionpack>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack \
rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-thor>=0.19.0:${PORTSDIR}/devel/rubygem-thor \
rubygem-rack-ssl>=1.3.2:${PORTSDIR}/www/rubygem-rack-ssl
rubygem-rack-ssl>=1.3.2:${PORTSDIR}/www/rubygem-rack-ssl \
rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake
USE_RUBY= yes
USE_RAKE= yes