diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-14 14:57:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-14 14:57:43 +0000 |
commit | fa674637f45340e252f7e4000d399924f51cb5ba (patch) | |
tree | 304462c68067d2536a9a36e74ac0bdd02c647511 /databases | |
parent | debc9139686899be062b97d4db1650022084d4a2 (diff) | |
download | pkgsrc-fa674637f45340e252f7e4000d399924f51cb5ba.tar.gz |
Add and enable the following packages:
postgresql-client, postgresql-docs, postgresql-lib,
postgresql-plperl, postgresql-pltcl, postgresql-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 7386b2e6301..c24d8a80cac 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2001/05/14 12:39:40 zuntum Exp $ +# $NetBSD: Makefile,v 1.53 2001/05/14 14:57:43 jlam Exp $ # COMMENT= Databases @@ -36,6 +36,12 @@ SUBDIR+= p5-perl-ldap SUBDIR+= p5-pgsql SUBDIR+= pgaccess SUBDIR+= postgresql +SUBDIR+= postgresql-client +SUBDIR+= postgresql-docs +SUBDIR+= postgresql-lib +SUBDIR+= postgresql-plperl +SUBDIR+= postgresql-pltcl +SUBDIR+= postgresql-server SUBDIR+= py-gdbm SUBDIR+= py-ldap SUBDIR+= py-mysqldb |