aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.database.mk4
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).