diff options
author | adam <adam@pkgsrc.org> | 2008-03-04 12:50:25 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-03-04 12:50:25 +0000 |
commit | 2f7d2aaf2952d73b6cedd836d6c98d3c6a038c3b (patch) | |
tree | 5b08588fad79586c9f069e55e843183ce639a2cd /databases | |
parent | 9fa5d5a12385e453a098c363d7df4e2442c92ba3 (diff) | |
download | pkgsrc-2f7d2aaf2952d73b6cedd836d6c98d3c6a038c3b.tar.gz |
Added postgresql83
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 38afce82edf..086975fbe56 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.237 2007/12/04 00:35:28 grant Exp $ +# $NetBSD: Makefile,v 1.238 2008/03/04 12:51:11 adam Exp $ # COMMENT= Databases @@ -154,6 +154,13 @@ SUBDIR+= postgresql82-plpython SUBDIR+= postgresql82-pltcl SUBDIR+= postgresql82-server SUBDIR+= postgresql82-tsearch2 +SUBDIR+= postgresql83 +SUBDIR+= postgresql83-adminpack +SUBDIR+= postgresql83-client +SUBDIR+= postgresql83-plperl +SUBDIR+= postgresql83-plpython +SUBDIR+= postgresql83-pltcl +SUBDIR+= postgresql83-server SUBDIR+= pxtools SUBDIR+= py-IndexedCatalog SUBDIR+= py-PgSQL |