diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2005-08-28 18:47:56 +0000 |
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2005-08-28 18:47:56 +0000 |
| commit | ddabbb391929b7e92bfb493edcb49eceae0bb3d7 (patch) | |
| tree | 856c891fa89ed8e1394679f4cf1b05b6a83b1dcf | |
| parent | Update to 5.0.11 release. (diff) | |
Bump MySQL 5.0 library version.
Approved by: portmgr (marcus)
| -rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index fae43ade8f75..b0bfb5647a21 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1731,7 +1731,7 @@ DEFAULT_MYSQL_VER?= 41 MYSQL323_LIBVER= 10 MYSQL40_LIBVER= 12 MYSQL41_LIBVER= 14 -MYSQL50_LIBVER= 14 +MYSQL50_LIBVER= 15 # Setting/finding MySQL version we want. .if exists(${LOCALBASE}/bin/mysql) |
