diff options
author | recht <recht@pkgsrc.org> | 2004-04-19 00:10:58 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-04-19 00:10:58 +0000 |
commit | 9b8974f82536ec9a8501ba0e9561bd742622e6a6 (patch) | |
tree | 380711dac5f1eced0ecdb8f1837d532b2a99da2b /databases | |
parent | b3f0f4a3f4e3bef4b80c87ca2934e20eab508107 (diff) | |
download | pkgsrc-9b8974f82536ec9a8501ba0e9561bd742622e6a6.tar.gz |
Add and enable:
postgresql74
postgresql74-client
postgresql74-docs
postgresql74-lib
postgresql74-server
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 8cae894bf95..9cfe631ca8d 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.130 2004/04/15 11:10:18 grant Exp $ +# $NetBSD: Makefile,v 1.131 2004/04/19 00:10:58 recht Exp $ # COMMENT= Databases @@ -88,6 +88,11 @@ SUBDIR+= postgresql-lib SUBDIR+= postgresql-plperl SUBDIR+= postgresql-pltcl SUBDIR+= postgresql-server +SUBDIR+= postgresql74 +SUBDIR+= postgresql74-client +SUBDIR+= postgresql74-docs +SUBDIR+= postgresql74-lib +SUBDIR+= postgresql74-server SUBDIR+= pxtools SUBDIR+= py-IndexedCatalog SUBDIR+= py-PgSQL |