diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-08-28 01:57:50 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-08-28 01:57:50 +0800 |
commit | aff6699f90cd96c7de08c45697ff202bbb58eaae (patch) | |
tree | 5d48d3caf05b148bc1aac02648895a73f774da3c /databases | |
parent | 60af496e4b10c8fafbeb3627da2ff0a207fd781b (diff) | |
download | freebsd-ports-gnome-aff6699f90cd96c7de08c45697ff202bbb58eaae.tar.gz freebsd-ports-gnome-aff6699f90cd96c7de08c45697ff202bbb58eaae.tar.zst freebsd-ports-gnome-aff6699f90cd96c7de08c45697ff202bbb58eaae.zip |
- chase dependency after update of databases/ruby-pg
Diffstat (limited to 'databases')
-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 c2857d9c0191..c30aae8de9d9 100644 --- a/databases/ruby-dbd_pg/Makefile +++ b/databases/ruby-dbd_pg/Makefile @@ -18,7 +18,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= PostgreSQL driver for DBI-for-Ruby RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${PORTSDIR}/databases/ruby-dbi \ - ${RUBY_SITEARCHLIBDIR}/pg.so:${PORTSDIR}/databases/ruby-pg + ${RUBY_SITEARCHLIBDIR}/pg_ext.so:${PORTSDIR}/databases/ruby-pg USE_RUBY= yes USE_RUBY_SETUP= yes |