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

ryandesign at macports.org ryandesign at macports.org
Mon Feb 2 13:48:21 PST 2009


Revision: 46331
          http://trac.macports.org/changeset/46331
Author:   ryandesign at macports.org
Date:     2009-02-02 13:48:21 -0800 (Mon, 02 Feb 2009)
Log Message:
-----------
postfix: allow mysql5-devel to satisfy the mysql5 dependency

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

Modified: trunk/dports/mail/postfix/Portfile
===================================================================
--- trunk/dports/mail/postfix/Portfile	2009-02-02 21:47:22 UTC (rev 46330)
+++ trunk/dports/mail/postfix/Portfile	2009-02-02 21:48:21 UTC (rev 46331)
@@ -153,7 +153,7 @@
 }
 
 variant mysql5  description "add mysql support via mysql5" {
-    depends_lib-append port:mysql5
+    depends_lib-append path:bin/mysql_config5: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/20090202/ada7842b/attachment.html>


More information about the macports-changes mailing list