aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2005-09-19 14:13:52 +0800
committerale <ale@FreeBSD.org>2005-09-19 14:13:52 +0800
commit48a7b33775805cd77fc0429eec8ad6da5b6ad109 (patch)
tree7cab566f12e29d907c029885a8a1547eda0272c0 /devel
parentc6da4de74666f28f1932c00066e769526ecb9392 (diff)
downloadfreebsd-ports-gnome-48a7b33775805cd77fc0429eec8ad6da5b6ad109.tar.gz
freebsd-ports-gnome-48a7b33775805cd77fc0429eec8ad6da5b6ad109.tar.zst
freebsd-ports-gnome-48a7b33775805cd77fc0429eec8ad6da5b6ad109.zip
Sync with bsd.port.mk: bump MySQL 5.0 shared lib version.
Diffstat (limited to 'devel')
-rw-r--r--devel/portmk/Mk/bsd.database.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/portmk/Mk/bsd.database.mk b/devel/portmk/Mk/bsd.database.mk
index a50b8033bf6f..51b4374e103a 100644
--- a/devel/portmk/Mk/bsd.database.mk
+++ b/devel/portmk/Mk/bsd.database.mk
@@ -63,7 +63,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)