summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2005-08-06 06:26:36 +0000
committerjlam <jlam>2005-08-06 06:26:36 +0000
commit505c76c3f2653a6962d61fe6dfb39338e0fc851c (patch)
treefcbac6446ad2ff2fa1ed5d0360a6b2bdc6c08757 /databases/Makefile
parent6878cfde097e694b00262a4599e4db971c3ec9cd (diff)
downloadpkgsrc-505c76c3f2653a6962d61fe6dfb39338e0fc851c.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