diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-01-07 20:22:04 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-01-07 20:22:04 +0000 |
commit | ca524e29025157bc72ff8af66a8aaff2c8578f0c (patch) | |
tree | fe9d83716a6a0741c3a2edb72d8ee87f2fc84d45 /databases | |
parent | The PostgreSQL Global Development Group announces the (diff) |
Hook postgresql95-* to the build
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index ffe508c2ce7f..b94cbf9a24c4 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -687,6 +687,14 @@ SUBDIR += postgresql94-plpython SUBDIR += postgresql94-pltcl SUBDIR += postgresql94-server + SUBDIR += postgresql95-client + SUBDIR += postgresql95-contrib + SUBDIR += postgresql95-docs + SUBDIR += postgresql95-pgtcl + SUBDIR += postgresql95-plperl + SUBDIR += postgresql95-plpython + SUBDIR += postgresql95-pltcl + SUBDIR += postgresql95-server SUBDIR += postgresql_autodoc SUBDIR += powerarchitect SUBDIR += proftpd-mod_sql_mysql |