diff options
-rw-r--r-- | databases/ruby-rdbc1/Makefile | 4 | ||||
-rw-r--r-- | databases/rubygem-activerecord/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/ruby-rdbc1/Makefile b/databases/ruby-rdbc1/Makefile index 9e4c472b4c31..2b4f1a054129 100644 --- a/databases/ruby-rdbc1/Makefile +++ b/databases/ruby-rdbc1/Makefile @@ -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 diff --git a/databases/rubygem-activerecord/Makefile b/databases/rubygem-activerecord/Makefile index a2519e3a287e..688490fa7060 100644 --- a/databases/rubygem-activerecord/Makefile +++ b/databases/rubygem-activerecord/Makefile @@ -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) |