diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-05-20 07:15:33 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-05-20 07:15:33 +0000 |
commit | 49fb295112fd21b33c9087bd3c8cd76ee5d16a9d (patch) | |
tree | 33f56d5948ab07e02c90601990a1d29ecb79e518 /mail/sendmail-sasl | |
parent | 7730f0e5e3ff921a84b705f6d3b11cc774570dcb (diff) | |
download | ports-49fb295112fd21b33c9087bd3c8cd76ee5d16a9d.tar.gz ports-49fb295112fd21b33c9087bd3c8cd76ee5d16a9d.zip |
Notes
Diffstat (limited to 'mail/sendmail-sasl')
-rw-r--r-- | mail/sendmail-sasl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} |