aboutsummaryrefslogtreecommitdiffstats
path: root/mail/teapop
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-01-21 23:40:47 +0800
committerdirk <dirk@FreeBSD.org>2001-01-21 23:40:47 +0800
commitc4cb361b58cc63e0115b8bb075f0c7fbf059022f (patch)
treec47f175ff5818251bd2f257c473373f1c6f79fd6 /mail/teapop
parent1366b4324e68eba9e59da8886256988266473577 (diff)
downloadfreebsd-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 'mail/teapop')
-rw-r--r--mail/teapop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile
index 9fb31f983e98..cfa920c26eff 100644
--- a/mail/teapop/Makefile
+++ b/mail/teapop/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
.endif
.if defined(WITH_MYSQL)
-LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client
+LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
.endif
GNU_CONFIGURE= yes