aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2007-08-04 00:51:34 +0800
committerclsung <clsung@FreeBSD.org>2007-08-04 00:51:34 +0800
commit2fc956b122dab8867666f3fcad2b892938e68e54 (patch)
tree0dc3cb20d6a77bfd604110b8db1f6d51e9af880a
parent72904530684d9a5db079ab89c762858b65a2be62 (diff)
downloadfreebsd-ports-gnome-2fc956b122dab8867666f3fcad2b892938e68e54.tar.gz
freebsd-ports-gnome-2fc956b122dab8867666f3fcad2b892938e68e54.tar.zst
freebsd-ports-gnome-2fc956b122dab8867666f3fcad2b892938e68e54.zip
- Update RUN_DEPENDS according to the repo of rubygem-postgres
Noted by: Dmitry Morozovsky <marck_AT_rinet dot ru>
-rw-r--r--databases/ruby-rdbc1/Makefile2
-rw-r--r--databases/rubygem-activerecord/Makefile2
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)