diff options
author | antoine <antoine@FreeBSD.org> | 2016-01-08 04:22:04 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-01-08 04:22:04 +0800 |
commit | 650618dab508be38e3a297645c0d15948237c3b3 (patch) | |
tree | fe9d83716a6a0741c3a2edb72d8ee87f2fc84d45 /databases | |
parent | 3abcb4a638fbde61ee26c3fc1219a44f5d09cd86 (diff) | |
download | freebsd-ports-gnome-650618dab508be38e3a297645c0d15948237c3b3.tar.gz freebsd-ports-gnome-650618dab508be38e3a297645c0d15948237c3b3.tar.zst freebsd-ports-gnome-650618dab508be38e3a297645c0d15948237c3b3.zip |
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 |