diff options
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 0eee148f285c..39ebba0f7f07 100644 --- a/databases/ruby-dbd_sqlite/Makefile +++ b/databases/ruby-dbd_sqlite/Makefile @@ -13,7 +13,7 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= SQLite driver for DBI-for-Ruby -LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2 +LIB_DEPENDS= libsqlite.so:${PORTSDIR}/databases/sqlite2 RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${PORTSDIR}/databases/ruby-dbi USE_RUBY= yes |