summaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authorseb <seb>2003-10-03 10:34:02 +0000
committerseb <seb>2003-10-03 10:34:02 +0000
commitbc9f85067bcec0503e9a6b027257f2dd22bb6e3c (patch)
tree333db7994e168ad57aecb414ae0a8ea7d31677b1 /mail/sendmail
parentcf64aed4f614d7bef772d5dabc29e4eac10f44c4 (diff)
downloadpkgsrc-bc9f85067bcec0503e9a6b027257f2dd22bb6e3c.tar.gz
Also record USE_SASL2 in BUILD_DEFS.
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/Makefile.common4
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