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). --- databases/py-MySQL/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/py-MySQL') diff --git a/databases/py-MySQL/Makefile b/databases/py-MySQL/Makefile index 126376e6439..bd3957a46c5 100644 --- a/databases/py-MySQL/Makefile +++ b/databases/py-MySQL/Makefile @@ -13,7 +13,7 @@ DISTNAME= MySQLmodule-${PORTVERSION} MAINTAINER= dr@domix.de -LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client +LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client USE_PYTHON= yes ALL_TARGET= MySQLmodule.so -- cgit