summaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-01-21 15:40:47 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-01-21 15:40:47 +0000
commit88d74bc517cd2019a6a3180248d65ae1be1c8884 (patch)
tree5c3c57e5e136497f16b8193ac33dfbf40b5e2e7e /mail/postfix-current
parentThe directory of freetype's header files was changed (diff)
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).
Notes
Notes: svn path=/head/; revision=37401
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 603148e5f867..ab0fbecf58f3 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -62,7 +62,7 @@ MAKEFILEFLAGS+= CC="${CC}"
MAKEFILEFLAGS+= OPT="${CFLAGS}"
.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