diff options
author | seb <seb@pkgsrc.org> | 2003-10-03 10:34:02 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-10-03 10:34:02 +0000 |
commit | 15f394f1baae90327366506d1ad080e8fc798bea (patch) | |
tree | 333db7994e168ad57aecb414ae0a8ea7d31677b1 /mail/sendmail | |
parent | 19a4fe3a7d9e58d8db24eda7601d7d3873f0c6fc (diff) | |
download | pkgsrc-15f394f1baae90327366506d1ad080e8fc798bea.tar.gz |
Also record USE_SASL2 in BUILD_DEFS.
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile.common b/mail/sendmail/Makefile.common index 7c95fbaf2fe..28da0de671f 100644 --- a/mail/sendmail/Makefile.common +++ b/mail/sendmail/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2003/09/19 01:55:34 grant Exp $ +# $NetBSD: Makefile.common,v 1.12 2003/10/03 10:34:02 seb Exp $ # # Makefile fragment shared with libmilter # @@ -27,7 +27,7 @@ MAKE_ENV+= BSD_BINOWN="${BINOWN}" BSD_BINGRP="${BINGRP}" \ SITECONFIG= ${WRKSRC}/devtools/Site/site.config.m4 BUILD_DEFS+= USE_INET6 USE_TCPWRAPPERS USE_LDAP USE_DB2 \ - USE_SASL USE_STARTTLS USE_DB4 + USE_SASL USE_SASL2 USE_STARTTLS USE_DB4 DESCR_SRC= ${WRKDIR}/.DESCR_SRC USE_BUILDLINK2= YES |