diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-07-18 21:56:10 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-07-18 21:56:10 +0000 |
commit | 660134e6581e2efa5ba5cd811c2fd690e857b12f (patch) | |
tree | 66360e2c3b58e92bad35255a8d096c5dcc6fd8e4 /Mk | |
parent | e65ee90708a3c6271fe9ec12b74ab28ac6819181 (diff) | |
download | ports-660134e6581e2efa5ba5cd811c2fd690e857b12f.tar.gz ports-660134e6581e2efa5ba5cd811c2fd690e857b12f.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.database.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.database.mk b/Mk/bsd.database.mk index c062065acc0b..1bf9e3314b02 100644 --- a/Mk/bsd.database.mk +++ b/Mk/bsd.database.mk @@ -37,10 +37,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-7.4 = 74). +# necessary (PostgreSQL-8.1 = 81). # DEFAULT_PGSQL_VER # - PostgreSQL default version. Can be overridden within a port. -# Default: 74. +# Default: 81. # WANT_PGSQL_VER # - Maintainer can set an arbitrary version of PostgreSQL by # using it. @@ -147,7 +147,7 @@ IGNORE= cannot install: unknown MySQL version: ${MYSQL_VER} .endif # USE_MYSQL .if defined(USE_PGSQL) -DEFAULT_PGSQL_VER?= 74 +DEFAULT_PGSQL_VER?= 81 PGSQL73_LIBVER= 3 PGSQL74_LIBVER= 3 PGSQL80_LIBVER= 4 |