diff options
author | ohauer <ohauer@FreeBSD.org> | 2010-12-31 04:07:04 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2010-12-31 04:07:04 +0800 |
commit | 3f3962a8f33fd76d0af2a4f1b6725e4d6cdc99be (patch) | |
tree | 1b8f14768add2204db31f1889cb03adb91e894f8 /Mk | |
parent | 7a928457d274b481caf724dfe144f795f2ef15e5 (diff) | |
download | freebsd-ports-gnome-3f3962a8f33fd76d0af2a4f1b6725e4d6cdc99be.tar.gz freebsd-ports-gnome-3f3962a8f33fd76d0af2a4f1b6725e4d6cdc99be.tar.zst freebsd-ports-gnome-3f3962a8f33fd76d0af2a4f1b6725e4d6cdc99be.zip |
- Update description for USE_PGSQL and DEFAULT_PGSQL_VER
(PostgreSQL 84 is now the default).
PR: ports/153318 (followup)
Submitted by: ohauer
Approved by: miwi
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.database.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.database.mk b/Mk/bsd.database.mk index 96d1960597cc..302910419d3e 100644 --- a/Mk/bsd.database.mk +++ b/Mk/bsd.database.mk @@ -39,10 +39,10 @@ Database_Include_MAINTAINER= ports@FreeBSD.org # If no version is given (by the maintainer via the port or # by the user via defined variable), try to find the # currently installed version. Fall back to default if -# necessary (PostgreSQL-8.2 = 82). +# necessary (PostgreSQL-8.4 = 84). # DEFAULT_PGSQL_VER # - PostgreSQL default version. Can be overridden within a -# port. Default: 82. +# port. Default: 84. # WANT_PGSQL_VER # - Maintainer can set an arbitrary version of PostgreSQL to # always build this port with (overrides WITH_PGSQL_VER). |