[48917] trunk/dports/www/phpmyadmin/Portfile

alakazam at macports.org alakazam at macports.org
Tue Mar 31 03:18:14 PDT 2009


Revision: 48917
          http://trac.macports.org/changeset/48917
Author:   alakazam at macports.org
Date:     2009-03-31 03:18:13 -0700 (Tue, 31 Mar 2009)
Log Message:
-----------
Document magical mysql dependency in phpmyadmin

Modified Paths:
--------------
    trunk/dports/www/phpmyadmin/Portfile

Modified: trunk/dports/www/phpmyadmin/Portfile
===================================================================
--- trunk/dports/www/phpmyadmin/Portfile	2009-03-31 10:12:31 UTC (rev 48916)
+++ trunk/dports/www/phpmyadmin/Portfile	2009-03-31 10:18:13 UTC (rev 48917)
@@ -27,6 +27,7 @@
 
 platforms           darwin freebsd
 
+# Automatically depend on the latest mysql installed, fallback on mysql5 (r27781)
 set myglob [glob -directory ${prefix}/lib -nocomplain -tails mysql*]
 if {[llength ${myglob}]} {
     set mysql [lindex ${myglob} end]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090331/8ac373b7/attachment.html>


More information about the macports-changes mailing list