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

www/rubygem-rails: move node dependency to execjs where it belongs

This commit is contained in:
Steve Wills 2014-08-26 18:55:22 +00:00
parent 985fbcdda1
commit 0fdef3fcfe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366247
2 changed files with 4 additions and 3 deletions

View File

@ -11,7 +11,8 @@ COMMENT= ExecJS lets you run JavaScript code from Ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json
RUN_DEPENDS= rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \
node:${PORTSDIR}/www/node
USE_RUBY= yes
USE_RUBYGEMS= yes

View File

@ -3,6 +3,7 @@
PORTNAME= rails
PORTVERSION= 3.2.19
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
@ -31,8 +32,7 @@ RUN_DEPENDS= rubygem-actionmailer>=${PORTVERSION}:${PORTSDIR}/mail/rubygem-actio
rubygem-treetop>=1.4.15:${PORTSDIR}/devel/rubygem-treetop \
rubygem-turn>=0.8.3:${PORTSDIR}/devel/rubygem-turn \
rubygem-tzinfo>=0.3.39:${PORTSDIR}/devel/rubygem-tzinfo \
rubygem-uglifier>=2.5.0:${PORTSDIR}/www/rubygem-uglifier \
node:${PORTSDIR}/www/node
rubygem-uglifier>=2.5.0:${PORTSDIR}/www/rubygem-uglifier
# XXX: rails3 gem no longer has a lib/ dir
# XXX: which breaks devel/ruby-gems specification.