diff options
author | adam <adam@pkgsrc.org> | 2012-10-05 21:09:02 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-10-05 21:09:02 +0000 |
commit | 4be14f7b4404167c5ff206140b9202ee9d7007b5 (patch) | |
tree | 2bb71907b1a86c1104f42906957116417b2f9a32 /databases | |
parent | 303859168a539acedc2ab744dafee6c1b2c36136 (diff) | |
download | pkgsrc-4be14f7b4404167c5ff206140b9202ee9d7007b5.tar.gz |
Added databases/postgresql92 version 9.2.1
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 30df7c87e89..5c8370a51f1 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.408 2012/10/03 22:06:12 wiz Exp $ +# $NetBSD: Makefile,v 1.409 2012/10/05 21:09:02 adam Exp $ # COMMENT= Databases @@ -280,6 +280,21 @@ SUBDIR+= postgresql91-pltcl SUBDIR+= postgresql91-replicationtools SUBDIR+= postgresql91-server SUBDIR+= postgresql91-upgrade +SUBDIR+= postgresql92 +SUBDIR+= postgresql92-adminpack +SUBDIR+= postgresql92-client +SUBDIR+= postgresql92-datatypes +SUBDIR+= postgresql92-dblink +SUBDIR+= postgresql92-docs +SUBDIR+= postgresql92-fuzzystrmatch +SUBDIR+= postgresql92-monitoring +SUBDIR+= postgresql92-pgcrypto +SUBDIR+= postgresql92-plperl +SUBDIR+= postgresql92-plpython +SUBDIR+= postgresql92-pltcl +SUBDIR+= postgresql92-replicationtools +SUBDIR+= postgresql92-server +SUBDIR+= postgresql92-upgrade SUBDIR+= pxtools SUBDIR+= py-PgSQL SUBDIR+= py-bdb-xml |