Fix dependency on [renamed] sqlite3.

PR:		110905
Submitted by:	leafy <leafy7382@gmail.com>
This commit is contained in:
Anton Berezin
2007-03-27 10:15:40 +00:00
parent e32e1333f6
commit 32b0bb8475

View File

@@ -19,7 +19,7 @@ COMMENT= Provides access to SQLite3 databases through the DBI
# than the bundled version and has an incompatible DB file format.
# In this way we can be sure DBD::SQLite can interoperate with
# databases/sqlite3.
BUILD_DEPENDS= sqlite>=3.3.3:${PORTSDIR}/databases/sqlite3
BUILD_DEPENDS= sqlite3>=3.3.3:${PORTSDIR}/databases/sqlite3
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes