diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-06 06:26:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-06 06:26:36 +0000 |
commit | 81f28628452ef1369634e23b4e96c852299783ad (patch) | |
tree | fcbac6446ad2ff2fa1ed5d0360a6b2bdc6c08757 /databases/Makefile | |
parent | 3df853530475bfc4eb71edc291aab3bcd312285c (diff) | |
download | pkgsrc-81f28628452ef1369634e23b4e96c852299783ad.tar.gz |
Add and enable postgresql80-{plperl,plpython,pltcl}.
Diffstat (limited to 'databases/Makefile')
-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 |