- Fix depends after update of rubygem-postgres
This commit is contained in:
parent
9749a8fe11
commit
e4b1e89ac4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209290
2 changed files with 3 additions and 3 deletions
|
@ -15,10 +15,10 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Ruby Database Connectivity
|
||||
|
||||
RUN_DEPENDS= rubygem-ruby-postgres>=0:${PORTSDIR}/databases/rubygem-postgres
|
||||
RUN_DEPENDS= rubygem-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+= rubygem-ruby-postgres>=0:${PORTSDIR}/databases/rubygem-postgres
|
||||
RUN_DEPENDS+= rubygem-postgres>=0:${PORTSDIR}/databases/rubygem-postgres
|
||||
.endif
|
||||
|
||||
.if defined(WITH_NATIVE_SQLITE3)
|
||||
|
|
Loading…
Reference in a new issue