diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2012-12-10 15:10:02 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2012-12-10 15:10:02 +0000 |
commit | dda3fab6a50d589e03e7af3d4a1d7e541b25dd1d (patch) | |
tree | 1711a4de2edde9b0137e76902f860ab891c4f0ac /mail/postfix | |
parent | e879bf0e28bd8041b3bf436362433c7fc9f35a9c (diff) | |
download | ports-dda3fab6a50d589e03e7af3d4a1d7e541b25dd1d.tar.gz ports-dda3fab6a50d589e03e7af3d4a1d7e541b25dd1d.zip |
Notes
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index d626d4fc84fb..16fafa5140c2 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -7,6 +7,7 @@ PORTNAME= postfix PORTVERSION= 2.9.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -131,7 +132,7 @@ POSTFIX_CCARGS+= -DNO_PCRE .endif .if defined(WITH_SASL2) -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt .endif |