diff options
author | abs <abs> | 2006-01-04 11:49:54 +0000 |
---|---|---|
committer | abs <abs> | 2006-01-04 11:49:54 +0000 |
commit | bad8d93bae0f1222b1da6ffca6cc7665b725520d (patch) | |
tree | 1a79ba4bd0433e2ea5432da6c8642476f8b4be6b /databases/Makefile | |
parent | d383f4352f1fab263be9f17f3c51acdea13c829a (diff) | |
download | pkgsrc-bad8d93bae0f1222b1da6ffca6cc7665b725520d.tar.gz |
postgresql80-jdbc / postgresql81-jdbc
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile index 5156d2f61a6..6a86fa220ce 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.197 2006/01/03 21:14:38 adrianp Exp $ +# $NetBSD: Makefile,v 1.198 2006/01/04 11:49:54 abs Exp $ # COMMENT= Databases @@ -29,7 +29,6 @@ SUBDIR+= java-db3 SUBDIR+= jdb SUBDIR+= jdbc-postgresql SUBDIR+= jdbc-postgresql74 -SUBDIR+= jdbc-postgresql80 SUBDIR+= kmysqladmin SUBDIR+= krecipes SUBDIR+= lbdb @@ -133,10 +132,12 @@ 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 |