diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-02-14 05:51:25 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-02-14 05:51:25 +0800 |
commit | 57a4e4fe57c7e28556933a3fbd7841bdeac3868c (patch) | |
tree | d9c73a61b73b2d1eb1bb9f3fcc7839ce26460931 | |
parent | e6361e0fcd002a909a8ef4c95bb2ec781eb051e1 (diff) | |
download | freebsd-ports-gnome-57a4e4fe57c7e28556933a3fbd7841bdeac3868c.tar.gz freebsd-ports-gnome-57a4e4fe57c7e28556933a3fbd7841bdeac3868c.tar.zst freebsd-ports-gnome-57a4e4fe57c7e28556933a3fbd7841bdeac3868c.zip |
- use OPTIONS_SET
-rw-r--r-- | mail/sendmail-sasl/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/sendmail-sasl/Makefile b/mail/sendmail-sasl/Makefile index 2afda45f30e0..8511d052eca1 100644 --- a/mail/sendmail-sasl/Makefile +++ b/mail/sendmail-sasl/Makefile @@ -4,11 +4,8 @@ CATEGORIES= mail ipv6 MAINTAINER= dinoex@FreeBSD.org -WITH_TLS= yes -WITH_SASL= yes -WITH_SASLAUTHD= yes -SENDMAIL_PORT?= sendmail -MASTERDIR?= ${.CURDIR}/../${SENDMAIL_PORT} +OPTIONS_SET+= TLS SASL SASLAUTHD +MASTERDIR?= ${.CURDIR}/../sendmail .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" |