diff options
author | wiz <wiz> | 2005-02-16 11:14:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-02-16 11:14:14 +0000 |
commit | 103519558d5ad8c92b7f101b9f4fc292b31ab21b (patch) | |
tree | 01976e4e4b3d027a5d0ec6199c45352e27397fea /databases | |
parent | 1032b2be6966cb2f80ad89f91361d8c5b016fcdb (diff) | |
download | pkgsrc-103519558d5ad8c92b7f101b9f4fc292b31ab21b.tar.gz |
Add postgresql80*.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 899e62d9703..1cd7f039b9c 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.161 2005/02/11 16:43:25 minskim Exp $ +# $NetBSD: Makefile,v 1.162 2005/02/16 11:14:14 wiz Exp $ # COMMENT= Databases @@ -113,6 +113,11 @@ SUBDIR+= postgresql74-lib SUBDIR+= postgresql74-plperl SUBDIR+= postgresql74-plpython SUBDIR+= postgresql74-server +SUBDIR+= postgresql80 +SUBDIR+= postgresql80-client +SUBDIR+= postgresql80-docs +SUBDIR+= postgresql80-lib +SUBDIR+= postgresql80-server SUBDIR+= pxtools SUBDIR+= py-IndexedCatalog SUBDIR+= py-PgSQL |