diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-08-10 19:44:18 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-08-10 19:44:18 +0800 |
commit | ff927c5dc0d47a50f8ccf93893d83d850c35ab53 (patch) | |
tree | dadd7704e6b33ad66837f56f0393f20a68320af5 /databases/ruby-dbd_pg | |
parent | 2dac697ec55ef845a70dcd7eeaea04b5843b632b (diff) | |
download | freebsd-ports-gnome-ff927c5dc0d47a50f8ccf93893d83d850c35ab53.tar.gz freebsd-ports-gnome-ff927c5dc0d47a50f8ccf93893d83d850c35ab53.tar.zst freebsd-ports-gnome-ff927c5dc0d47a50f8ccf93893d83d850c35ab53.zip |
- revert dependency
this let applications run without "require 'rubygems'"
Approved by: ruby
Diffstat (limited to 'databases/ruby-dbd_pg')
-rw-r--r-- | databases/ruby-dbd_pg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ruby-dbd_pg/Makefile b/databases/ruby-dbd_pg/Makefile index 3dca2d67a28a..43efade312ac 100644 --- a/databases/ruby-dbd_pg/Makefile +++ b/databases/ruby-dbd_pg/Makefile @@ -19,7 +19,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= PostgreSQL driver for DBI-for-Ruby RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \ - rubygem-postgres>=0:${PORTSDIR}/databases/rubygem-postgres + ${RUBY_SITEARCHLIBDIR}/postgres.so:${.CURDIR}/../ruby-postgres USE_RUBY= yes USE_RUBY_SETUP= yes |