From c4cb361b58cc63e0115b8bb075f0c7fbf059022f Mon Sep 17 00:00:00 2001 From: dirk Date: Sun, 21 Jan 2001 15:40:47 +0000 Subject: 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). --- mail/teapop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/teapop') diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile index 9fb31f9..cfa920c 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 -- cgit v1.1