diff options
author | tsarna <tsarna@pkgsrc.org> | 2003-06-25 21:44:01 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 2003-06-25 21:44:01 +0000 |
commit | 0266ffafdfe247f0b39ffe93122dc2638626dd66 (patch) | |
tree | df1d24e3b7febd2e24f43ba052ccc5415e03c91f /databases | |
parent | 370bc9dac128a32c9baa15011326e4f272f57777 (diff) | |
download | pkgsrc-0266ffafdfe247f0b39ffe93122dc2638626dd66.tar.gz |
Add and enable py-sqlite
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 8980dc27e6a..f323b5aae46 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2003/06/05 13:43:24 jschauma Exp $ +# $NetBSD: Makefile,v 1.101 2003/06/25 21:44:01 tsarna Exp $ # COMMENT= Databases @@ -85,6 +85,7 @@ SUBDIR+= py-metakit SUBDIR+= py-mysqldb SUBDIR+= py-postgresql SUBDIR+= py-psycopg +SUBDIR+= py-sqlite SUBDIR+= quicklist SUBDIR+= rdb SUBDIR+= rrdtool |