diff options
author | drochner <drochner@pkgsrc.org> | 2002-10-25 14:18:44 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-10-25 14:18:44 +0000 |
commit | 35fc6deffc3e56f88c81ab349f723f4006de6c99 (patch) | |
tree | b143ada3007c2af9c899fe7462fcef383c81d0a4 /databases/Makefile | |
parent | 5f4673d7e225146a3202155e10a9cd77edc0909c (diff) | |
download | pkgsrc-35fc6deffc3e56f88c81ab349f723f4006de6c99.tar.gz |
add py-psycopg
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 972eff9d7f1..96cff1016ee 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2002/09/05 16:10:16 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2002/10/25 14:18:44 drochner Exp $ # COMMENT= Databases @@ -70,6 +70,7 @@ SUBDIR+= py-gdbm SUBDIR+= py-ldap SUBDIR+= py-mysqldb SUBDIR+= py-postgresql +SUBDIR+= py-psycopg SUBDIR+= quicklist SUBDIR+= rdb SUBDIR+= rrdtool |