diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-11-28 19:10:49 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-11-28 19:10:49 +0000 |
commit | 2314cc1e20529d0bcea03ff7d939608657dfd730 (patch) | |
tree | 25ae85f9f2109f7ea4fb4141b68d733e65a4cea3 /mail/postfix28 | |
parent | Respect X11BASE (diff) |
- Remove SPF compatible options. Patch are removed in 20060719.
Notes
Notes:
svn path=/head/; revision=178196
Diffstat (limited to 'mail/postfix28')
-rw-r--r-- | mail/postfix28/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index cb6d486141ab..c4060df182b1 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -32,7 +32,7 @@ USE_RC_SUBR= postfix.sh # back compat pull in settings from POSTFIX_OPTIONS for convenience when # make config is run (happens first time port is built, too) -.for o in SASL SASL2 SASLKRB SASLKRB5 SASLKRB5MIT SPF TLS BDB MySQL PgSQL OpenLDAP CDB NIS VDA Test +.for o in SASL SASL2 SASLKRB SASLKRB5 SASLKRB5MIT TLS BDB MySQL PgSQL OpenLDAP CDB NIS VDA Test STATUS_${o}=off .endfor .if defined(POSTFIX_OPTIONS) |