diff options
author | tobez <tobez@FreeBSD.org> | 2007-03-27 18:15:40 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2007-03-27 18:15:40 +0800 |
commit | ccd8920c93390800ef02d31494b59046681dd3f2 (patch) | |
tree | ffd75f7bb472a2da1eaabbb48e3d1b70bfc59cde /databases/p5-DBD-SQLite | |
parent | b2559f85698dab9f9c205ac493481b19b3bed77b (diff) | |
download | freebsd-ports-gnome-ccd8920c93390800ef02d31494b59046681dd3f2.tar.gz freebsd-ports-gnome-ccd8920c93390800ef02d31494b59046681dd3f2.tar.zst freebsd-ports-gnome-ccd8920c93390800ef02d31494b59046681dd3f2.zip |
Fix dependency on [renamed] sqlite3.
PR: 110905
Submitted by: leafy <leafy7382@gmail.com>
Diffstat (limited to 'databases/p5-DBD-SQLite')
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index c658e7f26e04..6f53b8cf36c9 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -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 |