diff options
author | uebayasi <uebayasi> | 2006-03-20 14:47:43 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2006-03-20 14:47:43 +0000 |
commit | 633f877fa83f66e842797d59d5fdb21cd067f9e5 (patch) | |
tree | eaa21c6077b1406ad3078888cc56ee76a0a01d19 /databases | |
parent | 7e0795777da540ef2d3767e04a4b7899e9bb4446 (diff) | |
download | pkgsrc-633f877fa83f66e842797d59d5fdb21cd067f9e5.tar.gz |
Add postgresql81, postgresql81-client, postgresql81-plperl,
postgresql81-plpython, postgresql81-pltcl, and postgresql81-server.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 4f9d2191153..df55fc8b477 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.205 2006/03/14 20:19:27 drochner Exp $ +# $NetBSD: Makefile,v 1.206 2006/03/20 14:47:43 uebayasi Exp $ # COMMENT= Databases @@ -135,6 +135,12 @@ SUBDIR+= postgresql80-plperl SUBDIR+= postgresql80-plpython SUBDIR+= postgresql80-pltcl SUBDIR+= postgresql80-server +SUBDIR+= postgresql81 +SUBDIR+= postgresql81-client +SUBDIR+= postgresql81-plperl +SUBDIR+= postgresql81-plpython +SUBDIR+= postgresql81-pltcl +SUBDIR+= postgresql81-server SUBDIR+= pxtools SUBDIR+= py-IndexedCatalog SUBDIR+= py-PgSQL |