From a4c1971e2789126850ef67db8ed443ff70543000 Mon Sep 17 00:00:00 2001 From: crees Date: Mon, 5 Mar 2012 21:18:50 +0000 Subject: Break postgresql-pltcl up into versioned ports; now we will have packages Fix plist for 9.1 --- databases/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'databases/Makefile') diff --git a/databases/Makefile b/databases/Makefile index 5295f84db0e9..c5f3dde769a3 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -619,7 +619,6 @@ SUBDIR += postgresql-plproxy SUBDIR += postgresql-plpython SUBDIR += postgresql-plruby - SUBDIR += postgresql-pltcl SUBDIR += postgresql-relay SUBDIR += postgresql-repmgr SUBDIR += postgresql-tcltk @@ -630,21 +629,25 @@ SUBDIR += postgresql83-contrib SUBDIR += postgresql83-docs SUBDIR += postgresql83-plperl + SUBDIR += postgresql83-pltcl SUBDIR += postgresql83-server SUBDIR += postgresql84-client SUBDIR += postgresql84-contrib SUBDIR += postgresql84-docs SUBDIR += postgresql84-plperl + SUBDIR += postgresql84-pltcl SUBDIR += postgresql84-server SUBDIR += postgresql90-client SUBDIR += postgresql90-contrib SUBDIR += postgresql90-docs SUBDIR += postgresql90-plperl + SUBDIR += postgresql90-pltcl SUBDIR += postgresql90-server SUBDIR += postgresql91-client SUBDIR += postgresql91-contrib SUBDIR += postgresql91-docs SUBDIR += postgresql91-plperl + SUBDIR += postgresql91-pltcl SUBDIR += postgresql91-server SUBDIR += postgresql_autodoc SUBDIR += powerarchitect -- cgit