diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-06-18 13:14:09 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-06-18 13:14:09 +0000 |
commit | fb01ad6be52efe4c8c1fb1cec84977646c0436af (patch) | |
tree | f158a8638389bedaa604f4af34bd15b3e8bfc220 /Mk | |
parent | aa2d180e01a54289bdb74adf3519633e95d84a2a (diff) | |
download | ports-fb01ad6be52efe4c8c1fb1cec84977646c0436af.tar.gz ports-fb01ad6be52efe4c8c1fb1cec84977646c0436af.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 51b17e088a2b..26ba8d34e0a8 100644 --- a/Mk/bsd.database.mk +++ b/Mk/bsd.database.mk @@ -20,10 +20,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 (MySQL-5.0 = 50). +# necessary (MySQL-5.1 = 51). # DEFAULT_MYSQL_VER # - MySQL default version. Can be overridden within a port. -# Default: 50. +# Default: 51. # WANT_MYSQL_VER # - Maintainer can set an arbitrary version of MySQL to always # build this port with (overrides WITH_MYSQL_VER). @@ -104,7 +104,7 @@ Database_Include_MAINTAINER= ports@FreeBSD.org # - Detected Firebird version. .if defined(USE_MYSQL) -DEFAULT_MYSQL_VER?= 50 +DEFAULT_MYSQL_VER?= 51 # MySQL client version currently supported. MYSQL323_LIBVER= 10 MYSQL40_LIBVER= 12 |