[69582] trunk/dports/mail/postfix/Portfile

jmr at macports.org jmr at macports.org
Sat Jul 10 07:18:19 PDT 2010


Revision: 69582
          http://trac.macports.org/changeset/69582
Author:   jmr at macports.org
Date:     2010-07-10 07:18:19 -0700 (Sat, 10 Jul 2010)
Log Message:
-----------
postfix: fix dovecot_sasl variant (#25615)

Modified Paths:
--------------
    trunk/dports/mail/postfix/Portfile

Modified: trunk/dports/mail/postfix/Portfile
===================================================================
--- trunk/dports/mail/postfix/Portfile	2010-07-10 14:13:08 UTC (rev 69581)
+++ trunk/dports/mail/postfix/Portfile	2010-07-10 14:18:19 UTC (rev 69582)
@@ -184,6 +184,6 @@
     lappend AUXLIBS "-L${prefix}/lib/postgresql84" -lpq
 }
 
-variant dovecot_sasl description "add Dovecot SASL support " {
-    lappend CCARGS  -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\\\\\\"dovecot\\\\\\"
+variant dovecot_sasl description "add Dovecot SASL support" {
+    lappend CCARGS  -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE="dovecot"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100710/5887c15a/attachment.html>


More information about the macports-changes mailing list