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 | 5694a1beb6b6855d8f6edf82d36c447d8d62cac6 (patch) | |
tree | 98518fbee703b112db60419122970081c71d87d9 /databases | |
parent | 92b3a3ca48fd7c1142569fe67f3f4c7241c2d5d4 (diff) | |
download | pkgsrc-5694a1beb6b6855d8f6edf82d36c447d8d62cac6.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 |