diff options
author | nork <nork@FreeBSD.org> | 2004-12-23 08:25:47 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-12-23 08:25:47 +0000 |
commit | 16b1473343c6911543ca2b47dce5cb2d82ac3ae9 (patch) | |
tree | fea9d597446ad6fa964daa01712305da2e3ceebc /databases/Makefile | |
parent | 494673c8bab2ba497a9226287180fe78c994b9c6 (diff) | |
download | FreeBSD-ports-16b1473343c6911543ca2b47dce5cb2d82ac3ae9.zip FreeBSD-ports-16b1473343c6911543ca2b47dce5cb2d82ac3ae9.tar.gz |
Clean up SQLite and related ports.
o Move databases/sqlite to databases/sqlite2.
o Fix dependency on databases/sqlite.
o Update sqlite2 to 2.8.15.
o Bump PORTREVISION, accordingly.
Approved by: portmgr, maintainers of sqlite and related ports
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 21cdab9..599360a 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -323,7 +323,7 @@ SUBDIR += ruby-sqlite SUBDIR += ruby-sqlrelay SUBDIR += slony1 - SUBDIR += sqlite + SUBDIR += sqlite2 SUBDIR += sqlite3 SUBDIR += sqlrelay SUBDIR += sqsh |