diff options
author | abs <abs@pkgsrc.org> | 2006-01-04 11:51:49 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-01-04 11:51:49 +0000 |
commit | 02642e7a672b083071b537341718689c5559a460 (patch) | |
tree | 02825ea2c897396c109d86a6a3c29fbd87fee7d1 /databases | |
parent | cd0176d910d57eeb3b7494382a38d7c759b56373 (diff) | |
download | pkgsrc-02642e7a672b083071b537341718689c5559a460.tar.gz |
The trend is too entrenched to buck - switch back to jdbc-postgresl??
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/Makefile b/databases/Makefile index 6a86fa220ce..f1b168535cf 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.198 2006/01/04 11:49:54 abs Exp $ +# $NetBSD: Makefile,v 1.199 2006/01/04 11:51:49 abs Exp $ # COMMENT= Databases @@ -29,6 +29,8 @@ SUBDIR+= java-db3 SUBDIR+= jdb SUBDIR+= jdbc-postgresql SUBDIR+= jdbc-postgresql74 +SUBDIR+= jdbc-postgresql80 +SUBDIR+= jdbc-postgresql81 SUBDIR+= kmysqladmin SUBDIR+= krecipes SUBDIR+= lbdb @@ -132,12 +134,10 @@ SUBDIR+= postgresql74-plpython SUBDIR+= postgresql74-server SUBDIR+= postgresql80 SUBDIR+= postgresql80-client -SUBDIR+= postgresql80-jdbc SUBDIR+= postgresql80-plperl SUBDIR+= postgresql80-plpython SUBDIR+= postgresql80-pltcl SUBDIR+= postgresql80-server -SUBDIR+= postgresql81-jdbc SUBDIR+= pxtools SUBDIR+= py-IndexedCatalog SUBDIR+= py-PgSQL |