diff options
| author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-12-23 09:46:52 +0000 |
|---|---|---|
| committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-12-23 09:46:52 +0000 |
| commit | 6636fb71db619a20f21ea63e153818c8cdac9345 (patch) | |
| tree | 261d8d1de6085ea118b41b33288b6b8f330cbd13 /databases/ruby-dbd_sqlite/Makefile | |
| parent | - Update to 5.2.1 (diff) | |
Fix dependency on databases/sqlite problem.
Pointy hat to: myself
Diffstat (limited to 'databases/ruby-dbd_sqlite/Makefile')
| -rw-r--r-- | databases/ruby-dbd_sqlite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ruby-dbd_sqlite/Makefile b/databases/ruby-dbd_sqlite/Makefile index f435af45fa37..b274986ddedf 100644 --- a/databases/ruby-dbd_sqlite/Makefile +++ b/databases/ruby-dbd_sqlite/Makefile @@ -18,7 +18,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= SQLite driver for DBI-for-Ruby -LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite +LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2 RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} USE_RUBY= yes |
