diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-03-05 21:18:50 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-03-05 21:18:50 +0000 |
commit | ea1723d3ac9af3787f2fb283fe10d92a6c7ee243 (patch) | |
tree | 5323f00292f3f573f25fbbb171e147a6c7848f40 /databases/Makefile | |
parent | 9183ac23aaa9505a29ef7b26658fa5f75dac7bb5 (diff) |
Notes
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 |