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

source_changes at macosforge.org source_changes at macosforge.org
Sun May 20 06:30:28 PDT 2007


Revision: 25371
          http://trac.macosforge.org/projects/macports/changeset/25371
Author:   yeled at macports.org
Date:     2007-05-20 06:30:27 -0700 (Sun, 20 May 2007)

Log Message:
-----------
closes #11381

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

Modified: trunk/dports/mail/postfix/Portfile
===================================================================
--- trunk/dports/mail/postfix/Portfile	2007-05-20 12:37:26 UTC (rev 25370)
+++ trunk/dports/mail/postfix/Portfile	2007-05-20 13:30:27 UTC (rev 25371)
@@ -145,3 +145,11 @@
     set CCARGS      [concat ${CCARGS} -DHAS_LDAP]
     set AUXLIBS     [concat ${AUXLIBS} -lldap -llber]
 }
+
+variant mysql5 {
+    depends_lib-append port:mysql5
+    set CCARGS      [concat ${CCARGS} -DHAS_MYSQL -I${prefix}/include/mysql5/mysql]
+    set AUXLIBS     [concat ${AUXLIBS} -L${prefix}/lib/mysql5/mysql -lmysqlclient -lz -lm]
+}
+
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070520/545c0b7d/attachment.html


More information about the macports-changes mailing list