diff options
author | dirk <dirk@FreeBSD.org> | 2001-01-21 23:40:47 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-01-21 23:40:47 +0800 |
commit | c4cb361b58cc63e0115b8bb075f0c7fbf059022f (patch) | |
tree | c47f175ff5818251bd2f257c473373f1c6f79fd6 /chinese | |
parent | 1366b4324e68eba9e59da8886256988266473577 (diff) | |
download | freebsd-ports-gnome-c4cb361b58cc63e0115b8bb075f0c7fbf059022f.tar.gz freebsd-ports-gnome-c4cb361b58cc63e0115b8bb075f0c7fbf059022f.tar.zst freebsd-ports-gnome-c4cb361b58cc63e0115b8bb075f0c7fbf059022f.zip |
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 'chinese')
-rw-r--r-- | chinese/chinput2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/chinput2/Makefile b/chinese/chinput2/Makefile index 65194371e2a3..15e30c1dbef0 100644 --- a/chinese/chinput2/Makefile +++ b/chinese/chinput2/Makefile @@ -14,8 +14,8 @@ DISTNAME= zh-chinput2-1.0 MAINTAINER= phj@cn.FreeBSD.org -BUILD_DEPENDS= mysql:${PORTSDIR}/databases/mysql322-client -RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql322-client +BUILD_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client +RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client USE_XLIB= yes |