From 60d0598366f759ab625e6ed5f44d22486691a966 Mon Sep 17 00:00:00 2001 From: mnag Date: Tue, 28 Nov 2006 19:10:49 +0000 Subject: - Remove SPF compatible options. Patch are removed in 20060719. --- mail/postfix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/postfix') 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) -- cgit