diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-08-03 09:56:05 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-08-03 09:56:05 +0000 |
commit | 01c0f033963ec79411a11ee909c9a30dae5bd90f (patch) | |
tree | 18f7b50f8d2bfd13eeb047087410b0163e0fc3ae /databases/ruby-dbd_pg | |
parent | edaf199b73632ed94768d65c258a8e8475553b51 (diff) | |
download | ports-01c0f033963ec79411a11ee909c9a30dae5bd90f.tar.gz ports-01c0f033963ec79411a11ee909c9a30dae5bd90f.zip |
Notes
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 fb7cd624b46d..d77afc6f2707 100644 --- a/databases/ruby-dbd_pg/Makefile +++ b/databases/ruby-dbd_pg/Makefile @@ -18,7 +18,7 @@ MAINTAINER= boumenot@gmail.com COMMENT= PostgreSQL driver for DBI-for-Ruby RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \ - ${RUBY_SITEARCHLIBDIR}/postgres.so:${.CURDIR}/../ruby-postgres + rubygem-ruby-postgres>=0:${PORTSDIR}/databases/rubygem-postgres USE_RUBY= yes USE_RUBY_SETUP= yes |