diff options
author | adam <adam@pkgsrc.org> | 2010-09-21 07:56:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-09-21 07:56:11 +0000 |
commit | 02f2373324bbf71011d977f6540543fe924a77a9 (patch) | |
tree | 98518fbee703b112db60419122970081c71d87d9 /databases | |
parent | d46e5d2c7b793bbf28dedca4777dbd74627f6b25 (diff) | |
download | pkgsrc-02f2373324bbf71011d977f6540543fe924a77a9.tar.gz |
Added databases/postgresql90 version 9.0.0
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index d73582ed08c..281ff3e0ef4 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.349 2010/09/18 09:10:24 obache Exp $ +# $NetBSD: Makefile,v 1.350 2010/09/21 07:56:11 adam Exp $ # COMMENT= Databases @@ -235,6 +235,16 @@ SUBDIR+= postgresql84-plperl SUBDIR+= postgresql84-plpython SUBDIR+= postgresql84-pltcl SUBDIR+= postgresql84-server +SUBDIR+= postgresql90 +SUBDIR+= postgresql90-adminpack +SUBDIR+= postgresql90-client +SUBDIR+= postgresql90-dblink +SUBDIR+= postgresql90-docs +SUBDIR+= postgresql90-pgcrypto +SUBDIR+= postgresql90-plperl +SUBDIR+= postgresql90-plpython +SUBDIR+= postgresql90-pltcl +SUBDIR+= postgresql90-server SUBDIR+= pxtools SUBDIR+= py-PgSQL SUBDIR+= py-bdb-xml |