summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2005-08-28 18:47:56 +0000
committerAlex Dupre <ale@FreeBSD.org>2005-08-28 18:47:56 +0000
commitddabbb391929b7e92bfb493edcb49eceae0bb3d7 (patch)
tree856c891fa89ed8e1394679f4cf1b05b6a83b1dcf
parentUpdate to 5.0.11 release. (diff)
Bump MySQL 5.0 library version.
Approved by: portmgr (marcus)
-rw-r--r--Mk/bsd.port.mk2
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)