From 47fb9364594d5334faf0c8fd64be8090d4eb3d34 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Fri, 3 Aug 2007 16:51:34 +0000 Subject: [PATCH] - Update RUN_DEPENDS according to the repo of rubygem-postgres Noted by: Dmitry Morozovsky --- databases/ruby-rdbc1/Makefile | 2 +- databases/rubygem-activerecord/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/databases/ruby-rdbc1/Makefile b/databases/ruby-rdbc1/Makefile index 1d9f8af3d923..9e4c472b4c31 100644 --- a/databases/ruby-rdbc1/Makefile +++ b/databases/ruby-rdbc1/Makefile @@ -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 diff --git a/databases/rubygem-activerecord/Makefile b/databases/rubygem-activerecord/Makefile index 242997b0d87b..05038cf6b851 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+= ${RUBY_SITEARCHLIBDIR}/postgres.so:${PORTSDIR}/databases/ruby-postgres +RUN_DEPENDS+= rubygem-ruby-postgres>=0:${PORTSDIR}/databases/rubygem-postgres .endif .if defined(WITH_NATIVE_SQLITE3)