[52353] trunk/dports/databases/libdbi-drivers/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jun 14 18:32:59 PDT 2009


Revision: 52353
          http://trac.macports.org/changeset/52353
Author:   ryandesign at macports.org
Date:     2009-06-14 18:32:57 -0700 (Sun, 14 Jun 2009)
Log Message:
-----------
libdbi-drivers: allow mysql5-devel to satisfy mysql5 dependency; see
http://lists.macosforge.org/pipermail/macports-dev/2009-June/009054.html

Modified Paths:
--------------
    trunk/dports/databases/libdbi-drivers/Portfile

Modified: trunk/dports/databases/libdbi-drivers/Portfile
===================================================================
--- trunk/dports/databases/libdbi-drivers/Portfile	2009-06-15 00:46:56 UTC (rev 52352)
+++ trunk/dports/databases/libdbi-drivers/Portfile	2009-06-15 01:32:57 UTC (rev 52353)
@@ -29,7 +29,7 @@
 variant mysql5   description "Include drivers for MySQL" {
         configure.args-append --with-mysql --with-mysql-incdir=${prefix}/include/mysql5 \
         	--with-mysql-libdir=${prefix}/lib/mysql5/mysql
-	depends_lib-append   port:mysql5
+	depends_lib-append   path:bin/mysql_config5:mysql5
 }
 
 variant postgresql83 description "Include drivers for PostgreSQL" {
@@ -55,4 +55,4 @@
 
 variant debug description "Build debug version" {
 	build.target debug
-}
\ No newline at end of file
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090614/24293be3/attachment-0001.html>


More information about the macports-changes mailing list