diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-12-23 08:25:47 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-12-23 08:25:47 +0000 |
commit | 617938836df905824ac0214a5f379bd18495a18d (patch) | |
tree | 5942cea4112b665ee12f56e68f624378791cef22 /databases/Makefile | |
parent | ac8dacab33e1a208353d4fd86b8e764dde1df4d0 (diff) |
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
Notes
Notes:
svn path=/head/; revision=124931
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 21cdab92f70a..599360a41abf 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 |