diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-08 12:35:12 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-08 12:35:12 +0000 |
commit | b279fc51809632710cafd2caacdaff6b72e557d9 (patch) | |
tree | 09c1cdc4b26ff037cb2388a82266ecb37f918db5 /mail/sendmail-sasl | |
parent | 3f704c380cdb76768619a45ff3f0a66d8de38665 (diff) | |
download | ports-b279fc51809632710cafd2caacdaff6b72e557d9.tar.gz ports-b279fc51809632710cafd2caacdaff6b72e557d9.zip |
Notes
Diffstat (limited to 'mail/sendmail-sasl')
-rw-r--r-- | mail/sendmail-sasl/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/mail/sendmail-sasl/Makefile b/mail/sendmail-sasl/Makefile index 7acdc1a55d57..a7b8972758b0 100644 --- a/mail/sendmail-sasl/Makefile +++ b/mail/sendmail-sasl/Makefile @@ -4,12 +4,18 @@ # # $FreeBSD$ -SENDMAIL_WITH_SASL= yes SENDMAIL_WITH_TLS= yes +.if defined(SENDMAIL_WITH_SUID) +# only for compatibility with sendmail 8.11.x +SENDMAIL_WITH_SASL= yes SENDMAIL_WITH_SFIO= yes SENDMAIL_WITH_MILTER= yes -PKGNAMESUFFIX?= -sasl +MASTERDIR?= ${.CURDIR}/../sendmail-old +.else +SENDMAIL_WITH_SASL2= yes MASTERDIR?= ${.CURDIR}/../sendmail +.endif +PKGNAMESUFFIX?= -sasl .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" |