From 88d74bc517cd2019a6a3180248d65ae1be1c8884 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg 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/postfix1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/postfix1') diff --git a/mail/postfix1/Makefile b/mail/postfix1/Makefile index ea932df52658..5ee8e7b0beca 100644 --- a/mail/postfix1/Makefile +++ b/mail/postfix1/Makefile @@ -57,7 +57,7 @@ BIN2= postalias postcat postconf postdrop postfix \ postkick postlock postlog postmap postsuper sendmail .if defined(WITH_MYSQL) -BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql322-client +BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql323-client POSTFIX_CCARGS+= -DHAS_MYSQL -I${LOCALBASE}/include/mysql POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a -lm .endif -- cgit v1.2.3