diff options
author | asau <asau@pkgsrc.org> | 2010-07-09 19:37:11 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-07-09 19:37:11 +0000 |
commit | db83b291b5e9d692363b4be970ef42ad034f116e (patch) | |
tree | bf7052fb82375aa26b44900c0f08d3b8c251eef1 /databases/Makefile | |
parent | e6c3946d368c6777303c2b6a4c71afeb5933e917 (diff) | |
download | pkgsrc-db83b291b5e9d692363b4be970ef42ad034f116e.tar.gz |
Add and enable imported CLISP modules.
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 2c48c581988..93e99b1faa5 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.337 2010/06/27 20:40:11 joerg Exp $ +# $NetBSD: Makefile,v 1.338 2010/07/09 19:37:11 asau Exp $ # COMMENT= Databases @@ -8,6 +8,8 @@ SUBDIR+= adodb SUBDIR+= apache-cassandra SUBDIR+= bdb-xml SUBDIR+= cdb +SUBDIR+= clisp-gdbm +SUBDIR+= clisp-pgsql #SUBDIR+= cstore # not enabled at present due to its size requirements SUBDIR+= datadraw SUBDIR+= db |