summaryrefslogtreecommitdiffstats
path: root/mail/postfix23
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-01-21 15:40:47 +0000
committerdirk <dirk@FreeBSD.org>2001-01-21 15:40:47 +0000
commitc4cb361b58cc63e0115b8bb075f0c7fbf059022f (patch)
treec47f175ff5818251bd2f257c473373f1c6f79fd6 /mail/postfix23
parent1366b4324e68eba9e59da8886256988266473577 (diff)
downloadFreeBSD-ports-c4cb361b58cc63e0115b8bb075f0c7fbf059022f.zip
FreeBSD-ports-c4cb361b58cc63e0115b8bb075f0c7fbf059022f.tar.gz
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/postfix23')
-rw-r--r--mail/postfix23/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile
index ea932df..5ee8e7b 100644
--- a/mail/postfix23/Makefile
+++ b/mail/postfix23/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
OpenPOWER on IntegriCloud