summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-10-03 10:34:02 +0000
committerseb <seb@pkgsrc.org>2003-10-03 10:34:02 +0000
commitedaca2cd735ced6a2ae5f3dfc9943af44259ab51 (patch)
tree333db7994e168ad57aecb414ae0a8ea7d31677b1 /mail
parent9685dd9facfd2697abb64a2e298b5d726eaf66d6 (diff)
downloadpkgsrc-edaca2cd735ced6a2ae5f3dfc9943af44259ab51.tar.gz
Also record USE_SASL2 in BUILD_DEFS.
Diffstat (limited to 'mail')
-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