Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/ibm-public/postfix fix typos.



details:   https://anonhg.NetBSD.org/src/rev/4d282343e07b
branches:  trunk
changeset: 762014:4d282343e07b
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 13 05:45:47 2011 +0000

description:
fix typos.

diffstat:

 external/ibm-public/postfix/Makefile.inc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r e246d3934ede -r 4d282343e07b external/ibm-public/postfix/Makefile.inc
--- a/external/ibm-public/postfix/Makefile.inc  Sun Feb 13 05:39:52 2011 +0000
+++ b/external/ibm-public/postfix/Makefile.inc  Sun Feb 13 05:45:47 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.7 2011/02/13 05:12:55 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.8 2011/02/13 05:45:47 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -17,9 +17,9 @@
        -I${PFIX_DISTDIR}/src/tls -I${PFIX_DISTDIR}/src/milter \
        -I${PFIX_DISTDIR}/src/xsasl
 
-.if ${USE_LIB_SASL} == "sasl"
+.if ${USE_LIB_SASL} == "saslc"
 CPPFLAGS+= -DUSE_SASL_AUTH -DUSE_SASLC_SASL
-.if (${MKCRYPTO} != "mo")
+.if (${MKCRYPTO} != "no")
 DPADD+= ${LIBSASCL} ${LIBSSL}
 LDADD+= -lsaslc -lssl
 .if (${MKKERBEROS} != "no")



Home | Main Index | Thread Index | Old Index