mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update RUN_DEPENDS according to the repo of rubygem-postgres
Noted by: Dmitry Morozovsky <marck_AT_rinet dot ru>
This commit is contained in:
parent
e23c1f41e1
commit
47fb936459
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197031
@ -18,7 +18,7 @@ DIST_SUBDIR= ruby
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Ruby Database Connectivity
|
||||
|
||||
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/postgres.so:${.CURDIR}/../ruby-postgres
|
||||
RUN_DEPENDS= rubygem-ruby-postgres>=0:${PORTSDIR}/databases/rubygem-postgres
|
||||
|
||||
USE_RUBY= yes
|
||||
|
||||
|
@ -44,7 +44,7 @@ RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/mysql.so:${PORTSDIR}/databases/ruby-mysql
|
||||
.endif
|
||||
|
||||
.if defined(WITH_NATIVE_POSTGRESQL)
|
||||
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/postgres.so:${PORTSDIR}/databases/ruby-postgres
|
||||
RUN_DEPENDS+= rubygem-ruby-postgres>=0:${PORTSDIR}/databases/rubygem-postgres
|
||||
.endif
|
||||
|
||||
.if defined(WITH_NATIVE_SQLITE3)
|
||||
|
Loading…
Reference in New Issue
Block a user