databases/rubygem-activerecord: Fix optional RUN_DEPENDS for MYSQL option
Fix a build problem when MYSQL option is used. Since the option is not default there is no PORTREVISION bump. PR: 214667 Submitted by: Gerrit Beine <mail+freebsd@gerritbeine.de> Approved by: mentors (implicit)
This commit is contained in:
parent
b939c824eb
commit
2dc758efb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429247
@ -28,7 +28,7 @@ SQLITE3_DESC= Use native SQLite3 bindings
|
||||
|
||||
GEM_ENV+= LANG=en_US.UTF-8
|
||||
|
||||
MYSQL_RUN_DEPENDS= ${RUBY_PKGNAMEPREFIX}mysql>=0:databases/ruby-mysql
|
||||
MYSQL_RUN_DEPENDS= rubygem-mysql2>=0:databases/rubygem-mysql2
|
||||
PGSQL_RUN_DEPENDS= rubygem-pg>=0:databases/rubygem-pg
|
||||
SQLITE3_RUN_DEPENDS= rubygem-sqlite3>=1.2.1:databases/rubygem-sqlite3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user