aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2006-11-29 03:10:49 +0800
committermnag <mnag@FreeBSD.org>2006-11-29 03:10:49 +0800
commit60d0598366f759ab625e6ed5f44d22486691a966 (patch)
tree5b304c9f1091c85a68143756267576497edbd1f8 /mail/postfix
parent5e55ba3f8db33124a129dc20ace58a92cbe557d5 (diff)
downloadfreebsd-ports-gnome-60d0598366f759ab625e6ed5f44d22486691a966.tar.gz
freebsd-ports-gnome-60d0598366f759ab625e6ed5f44d22486691a966.tar.zst
freebsd-ports-gnome-60d0598366f759ab625e6ed5f44d22486691a966.zip
- Remove SPF compatible options. Patch are removed in 20060719.
Diffstat (limited to 'mail/postfix')
-rw-r--r--mail/postfix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index cb6d486141ab..c4060df182b1 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/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)