diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-23 19:56:02 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-23 19:56:02 +0000 |
commit | 036c56ec5cca1731ef2f736c250d603fdaf66bbd (patch) | |
tree | af64203845e8c66c2bf7fe9ff19c7bc3909f2882 /databases/ruby-dbd_sqlrelay | |
parent | Fix include path for postgresql include files (they have been moved with (diff) |
Update SQLRelay to 0.30.
Notes
Notes:
svn path=/head/; revision=55141
Diffstat (limited to 'databases/ruby-dbd_sqlrelay')
-rw-r--r-- | databases/ruby-dbd_sqlrelay/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ruby-dbd_sqlrelay/Makefile b/databases/ruby-dbd_sqlrelay/Makefile index 92e5b8c54850..34e98e9c34fd 100644 --- a/databases/ruby-dbd_sqlrelay/Makefile +++ b/databases/ruby-dbd_sqlrelay/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \ - ${RUBY_SITEARCHLIBDIR}/SQLRelay.so:${.CURDIR}/../ruby-sqlrelay + ${RUBY_SITEARCHLIBDIR}/sqlrelay.so:${.CURDIR}/../ruby-sqlrelay USE_RUBY= yes USE_RUBY_SETUP= yes |