diff options
author | mnag <mnag@FreeBSD.org> | 2005-12-28 06:13:11 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-12-28 06:13:11 +0800 |
commit | b1ca16b765da46b62dd165e38be50b510991cc9a (patch) | |
tree | c703fb26248b66ab47c09c0704de18f6327ee505 /mail/postfix-current/Makefile | |
parent | 4dd79f702d83ad007687a9b8e660b134955465b4 (diff) | |
download | freebsd-ports-gnome-b1ca16b765da46b62dd165e38be50b510991cc9a.tar.gz freebsd-ports-gnome-b1ca16b765da46b62dd165e38be50b510991cc9a.tar.zst freebsd-ports-gnome-b1ca16b765da46b62dd165e38be50b510991cc9a.zip |
Update to 2.3-20051227
Fix build with SASL [1]
Notified by: Roddie Hasan <roddie@krweb.net>, Tracy Phillips <tracy.phillips@rackeasy.com> [1]
Diffstat (limited to 'mail/postfix-current/Makefile')
-rw-r--r-- | mail/postfix-current/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 40c952bf509a..26f3a4d9cb12 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -DISTVERSION= 2.3-20051223 +DISTVERSION= 2.3-20051227 PORTEPOCH= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ @@ -95,7 +95,7 @@ POSTFIX_CCARGS+= -DNO_PCRE BROKEN= "Select only one SASL version" .endif LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl -POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl1 +POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl1 POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl -lpam -lcrypt .endif @@ -104,7 +104,7 @@ POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl -lpam -lcrypt BROKEN= "Select only one SASL version" .endif LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 -POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl +POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt .endif |