diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-01-21 15:40:47 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-01-21 15:40:47 +0000 |
commit | 88d74bc517cd2019a6a3180248d65ae1be1c8884 (patch) | |
tree | 5c3c57e5e136497f16b8193ac33dfbf40b5e2e7e /mail/postfix27 | |
parent | ed0a8c97dcce69a3059c73b945c19d7b0d7dc366 (diff) | |
download | ports-88d74bc517cd2019a6a3180248d65ae1be1c8884.tar.gz ports-88d74bc517cd2019a6a3180248d65ae1be1c8884.zip |
Notes
Diffstat (limited to 'mail/postfix27')
-rw-r--r-- | mail/postfix27/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index ea932df52658..5ee8e7b0beca 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/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 |