aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2005-08-29 02:47:56 +0800
committerale <ale@FreeBSD.org>2005-08-29 02:47:56 +0800
commit38ae6c718881057465ce5b11b9d276cf1215915f (patch)
tree940492e0662b08b155face141614ab2cc3d6e5ca /Mk
parent35aca968c7c636be2cdc047c8a877edfd29ff8c0 (diff)
downloadfreebsd-ports-gnome-38ae6c718881057465ce5b11b9d276cf1215915f.tar.gz
freebsd-ports-gnome-38ae6c718881057465ce5b11b9d276cf1215915f.tar.zst
freebsd-ports-gnome-38ae6c718881057465ce5b11b9d276cf1215915f.zip
Bump MySQL 5.0 library version.
Approved by: portmgr (marcus)
Diffstat (limited to 'Mk')
-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)