diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-02-23 01:03:20 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-02-23 01:03:20 +0800 |
commit | 36c4f98449cf37a408af3adfc20d57850aa5c5e2 (patch) | |
tree | 58e15757259b27146fb5ff521537640051ae5f1a /databases/Makefile | |
parent | c78c5344d77a2de4c9f0eed85036e112c0d921d1 (diff) | |
download | freebsd-ports-gnome-36c4f98449cf37a408af3adfc20d57850aa5c5e2.tar.gz freebsd-ports-gnome-36c4f98449cf37a408af3adfc20d57850aa5c5e2.tar.zst freebsd-ports-gnome-36c4f98449cf37a408af3adfc20d57850aa5c5e2.zip |
add sqlite
SQL library that uses GDBM as its underlying file storage mechanism
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 3e911d74b755..0722e1509c89 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -62,6 +62,7 @@ SUBDIR += ruby14-gdbm SUBDIR += ruby-mysql SUBDIR += ruby-postgres + SUBDIR += sqlite SUBDIR += sqsh SUBDIR += tcl-Mysql SUBDIR += tkgnats |