diff options
author | nork <nork@FreeBSD.org> | 2004-12-23 09:46:52 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-12-23 09:46:52 +0000 |
commit | fe7bfbddb4fe41e3cdd0bad2c1ad680808046213 (patch) | |
tree | c1fbc4482a62286c3557a33abddd6718d1c29b2b /databases/ruby-dbd_sqlite | |
parent | bdb1878de9f1722ab3408ab7d821f8f73b6e0c35 (diff) | |
download | FreeBSD-ports-fe7bfbddb4fe41e3cdd0bad2c1ad680808046213.zip FreeBSD-ports-fe7bfbddb4fe41e3cdd0bad2c1ad680808046213.tar.gz |
Fix dependency on databases/sqlite problem.
Pointy hat to: myself
Diffstat (limited to 'databases/ruby-dbd_sqlite')
-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 f435af4..b274986 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 |