From 39f99a4357bf22d3f8c7af97c6db0f02db71148f Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Thu, 30 Oct 2003 02:29:21 +0000 Subject: Add qdbm 1.7.5, quick Database Manager is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value, organized in hash table or B+ tree.. PR: ports/58186 Submitted by: Kimura Fuyuki --- databases/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases/Makefile') diff --git a/databases/Makefile b/databases/Makefile index 0c37ccf6c1f6..b7f7fd8b1343 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -186,6 +186,7 @@ SUBDIR += py-pyPgSQL SUBDIR += py-sqlrelay SUBDIR += pydbdesigner + SUBDIR += qdbm SUBDIR += qt-mysql-plugin SUBDIR += qt-pgsql-plugin SUBDIR += rdb -- cgit v1.2.3