summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-08-06 06:26:36 +0000
committerjlam <jlam@pkgsrc.org>2005-08-06 06:26:36 +0000
commit81f28628452ef1369634e23b4e96c852299783ad (patch)
treefcbac6446ad2ff2fa1ed5d0360a6b2bdc6c08757 /databases/Makefile
parent3df853530475bfc4eb71edc291aab3bcd312285c (diff)
downloadpkgsrc-81f28628452ef1369634e23b4e96c852299783ad.tar.gz
Add and enable postgresql80-{plperl,plpython,pltcl}.
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile5
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