summaryrefslogtreecommitdiffstats
path: root/www/udmsearch
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-01-21 15:40:47 +0000
committerdirk <dirk@FreeBSD.org>2001-01-21 15:40:47 +0000
commitc4cb361b58cc63e0115b8bb075f0c7fbf059022f (patch)
treec47f175ff5818251bd2f257c473373f1c6f79fd6 /www/udmsearch
parent1366b4324e68eba9e59da8886256988266473577 (diff)
downloadFreeBSD-ports-c4cb361b58cc63e0115b8bb075f0c7fbf059022f.zip
FreeBSD-ports-c4cb361b58cc63e0115b8bb075f0c7fbf059022f.tar.gz
Switch from mysql322-{client,server} to mysql323-{client,server}.
mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least).
Diffstat (limited to 'www/udmsearch')
-rw-r--r--www/udmsearch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/udmsearch/Makefile b/www/udmsearch/Makefile
index 9422c02..f8ff463 100644
--- a/www/udmsearch/Makefile
+++ b/www/udmsearch/Makefile
@@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --with-msql=${LOCALBASE}
.else
# default to mysql
-LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client
+LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
.if !defined(WITH_MYSQL)
OpenPOWER on IntegriCloud