summaryrefslogtreecommitdiff
path: root/mail/postfix25/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-11-28 19:10:49 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-11-28 19:10:49 +0000
commit2314cc1e20529d0bcea03ff7d939608657dfd730 (patch)
tree25ae85f9f2109f7ea4fb4141b68d733e65a4cea3 /mail/postfix25/Makefile
parentRespect X11BASE (diff)
- Remove SPF compatible options. Patch are removed in 20060719.
Notes
Notes: svn path=/head/; revision=178196
Diffstat (limited to 'mail/postfix25/Makefile')
-rw-r--r--mail/postfix25/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile
index cb6d486141ab..c4060df182b1 100644
--- a/mail/postfix25/Makefile
+++ b/mail/postfix25/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)