[52383] trunk/dports/devel/apr-util/Portfile

dluke at macports.org dluke at macports.org
Mon Jun 15 06:52:18 PDT 2009


Revision: 52383
          http://trac.macports.org/changeset/52383
Author:   dluke at macports.org
Date:     2009-06-15 06:52:18 -0700 (Mon, 15 Jun 2009)
Log Message:
-----------
use a path dependency so mysql5-devel works for the mysql5 variant as well (fixes #19948)

Modified Paths:
--------------
    trunk/dports/devel/apr-util/Portfile

Modified: trunk/dports/devel/apr-util/Portfile
===================================================================
--- trunk/dports/devel/apr-util/Portfile	2009-06-15 13:51:43 UTC (rev 52382)
+++ trunk/dports/devel/apr-util/Portfile	2009-06-15 13:52:18 UTC (rev 52383)
@@ -93,7 +93,7 @@
 			}
 
 variant mysql5	description {Build with MySQL5 suppoprt} {
-		depends_lib-append port:mysql5
+		depends_lib-append path:bin/mysql_config5:mysql5
 		configure.args-delete --without-mysql
 		configure.args-append --with-mysql=yes
 		configure.env-append MYSQL_CONFIG=${prefix}/bin/mysql_config5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090615/5e8325ff/attachment.html>


More information about the macports-changes mailing list