diff options
author | crees <crees@FreeBSD.org> | 2012-03-06 05:18:50 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-03-06 05:18:50 +0800 |
commit | a4c1971e2789126850ef67db8ed443ff70543000 (patch) | |
tree | aa9ff7be5694ba9abbdf4156fc0aeed10bb9fd65 /databases/Makefile | |
parent | 0c7f4254acb137afb57648767967eedf3eeb1a65 (diff) | |
download | freebsd-ports-gnome-a4c1971e2789126850ef67db8ed443ff70543000.tar.gz freebsd-ports-gnome-a4c1971e2789126850ef67db8ed443ff70543000.tar.zst freebsd-ports-gnome-a4c1971e2789126850ef67db8ed443ff70543000.zip |
Break postgresql-pltcl up into versioned ports; now we will have packages
Fix plist for 9.1
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 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 |