diff options
author | jlam <jlam> | 2005-08-06 06:26:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-08-06 06:26:36 +0000 |
commit | f34e74490d91bae6977d3a77668b3ae21aa2bb8b (patch) | |
tree | fcbac6446ad2ff2fa1ed5d0360a6b2bdc6c08757 /databases | |
parent | 3792d73f57e94cdaba870a893982205bf5fc92a6 (diff) | |
download | pkgsrc-f34e74490d91bae6977d3a77668b3ae21aa2bb8b.tar.gz |
Add and enable postgresql80-{plperl,plpython,pltcl}.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index ce331362b0b..37f8095ebb0 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.178 2005/08/04 11:30:31 drochner Exp $ +# $NetBSD: Makefile,v 1.179 2005/08/06 06:26:36 jlam Exp $ # COMMENT= Databases @@ -120,6 +120,9 @@ SUBDIR+= postgresql74-server SUBDIR+= postgresql80 SUBDIR+= postgresql80-client SUBDIR+= postgresql80-server +SUBDIR+= postgresql80-plperl +SUBDIR+= postgresql80-plpython +SUBDIR+= postgresql80-pltcl SUBDIR+= pxtools SUBDIR+= py-IndexedCatalog SUBDIR+= py-PgSQL |