Lines 41-49
Link Here
|
41 |
# If no version is given (by the maintainer via the port or |
41 |
# If no version is given (by the maintainer via the port or |
42 |
# by the user via defined variable), try to find the |
42 |
# by the user via defined variable), try to find the |
43 |
# currently installed version. Fall back to default if |
43 |
# currently installed version. Fall back to default if |
44 |
# necessary (PostgreSQL-9.0 = 90). |
44 |
# necessary (PostgreSQL-9.2 = 92). |
45 |
# DEFAULT_PGSQL_VER |
45 |
# DEFAULT_PGSQL_VER |
46 |
# - PostgreSQL default version, currently 90. |
46 |
# - PostgreSQL default version, currently 92. |
47 |
# WANT_PGSQL_VER |
47 |
# WANT_PGSQL_VER |
48 |
# - Maintainer can set an arbitrary version of PostgreSQL to |
48 |
# - Maintainer can set an arbitrary version of PostgreSQL to |
49 |
# always build this port with (overrides WITH_PGSQL_VER). |
49 |
# always build this port with (overrides WITH_PGSQL_VER). |