From 49fb295112fd21b33c9087bd3c8cd76ee5d16a9d Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Mon, 20 May 2013 07:15:33 +0000 Subject: [PATCH] - fix option name PR: 178776 Submitted by: Lawrence Chen - fix option SASLAUTHD --- mail/sendmail-sasl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/sendmail-sasl/Makefile b/mail/sendmail-sasl/Makefile index 5ffc24226fef..2afda45f30e0 100644 --- a/mail/sendmail-sasl/Makefile +++ b/mail/sendmail-sasl/Makefile @@ -5,7 +5,8 @@ CATEGORIES= mail ipv6 MAINTAINER= dinoex@FreeBSD.org WITH_TLS= yes -WITH_SASL2= yes +WITH_SASL= yes +WITH_SASLAUTHD= yes SENDMAIL_PORT?= sendmail MASTERDIR?= ${.CURDIR}/../${SENDMAIL_PORT}