diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-06-28 19:38:42 +0800 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-06-28 19:38:42 +0800 |
commit | 08b49b351e6bd9c461405847006b5ab259f73649 (patch) | |
tree | 53b8d06a9273b5d669e1defce5fd788ed617766a /Mk | |
parent | 2aaa975cee4dad8a95f0e94f8a75fa3b0291d453 (diff) | |
download | freebsd-ports-gnome-08b49b351e6bd9c461405847006b5ab259f73649.tar.gz freebsd-ports-gnome-08b49b351e6bd9c461405847006b5ab259f73649.tar.zst freebsd-ports-gnome-08b49b351e6bd9c461405847006b5ab259f73649.zip |
Update comments for USE_MYSQL and DEFAULT_MYSQL_VER to reflect that
we use MySQL 5.0 as default now.
Approved by: delphij (mentor)
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 b862fcba4f36..7286894b3516 100644 --- a/Mk/bsd.database.mk +++ b/Mk/bsd.database.mk @@ -19,10 +19,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 (MySQL4.1 = 41). +# necessary (MySQL5.0 = 50). # DEFAULT_MYSQL_VER # - MySQL default version. Can be overriden within a port. -# Default: 41. +# Default: 50. # WANT_MYSQL_VER # - Maintainer can set an arbitrary version of MySQL by using it. # BROKEN_WITH_MYSQL |