diff options
author | wiz <wiz@pkgsrc.org> | 2011-10-03 11:13:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-10-03 11:13:44 +0000 |
commit | 6fc3cc3466c3fcd4a1c3b6ed2a2ab16687a1928b (patch) | |
tree | 25dfc88f9454188838671e8b53094c2bb845d772 /databases | |
parent | b5a345612fd8350f1cfa658c6043a823b3fb838a (diff) | |
download | pkgsrc-6fc3cc3466c3fcd4a1c3b6ed2a2ab16687a1928b.tar.gz |
+ datapkg, py-ckanclient.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index b264b1a633b..3ed158d45a9 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.379 2011/09/15 08:35:40 adam Exp $ +# $NetBSD: Makefile,v 1.380 2011/10/03 11:13:44 wiz Exp $ # COMMENT= Databases @@ -15,6 +15,7 @@ SUBDIR+= couchdb SUBDIR+= csharp-mysql #SUBDIR+= cstore # not enabled at present due to its size requirements SUBDIR+= datadraw +SUBDIR+= datapkg SUBDIR+= db SUBDIR+= db3 SUBDIR+= db4 @@ -283,6 +284,7 @@ SUBDIR+= py-bdb-xml SUBDIR+= py-bsddb3 SUBDIR+= py-cassa SUBDIR+= py-cdb +SUBDIR+= py-ckanclient SUBDIR+= py-cx_Oracle SUBDIR+= py-elixir SUBDIR+= py-gdbm |