mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Depend on rubygem-sqlite3 since the default rails app uses it
This commit is contained in:
parent
7203528536
commit
88d3afc5c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278056
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
PORTNAME= rails
|
||||
PORTVERSION= 3.0.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -18,6 +19,7 @@ RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-act
|
|||
rubygem-actionmailer>=${PORTVERSION}:${PORTSDIR}/mail/rubygem-actionmailer \
|
||||
rubygem-activeresource>=${PORTVERSION}:${PORTSDIR}/www/rubygem-activeresource \
|
||||
rubygem-railties>=${PORTVERSION}:${PORTSDIR}/www/rubygem-railties \
|
||||
rubygem-sqlite3>=1.3.3:${PORTSDIR}/databases/rubygem-sqlite3 \
|
||||
rubygem-bundler>=1.0:${PORTSDIR}/sysutils/rubygem-bundler
|
||||
|
||||
# XXX: rails3 gem no longer has a lib/ dir
|
||||
|
|
Loading…
Add table
Reference in a new issue