[50345] trunk/dports/www/mediawiki/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Apr 29 09:40:08 PDT 2009


Revision: 50345
          http://trac.macports.org/changeset/50345
Author:   ryandesign at macports.org
Date:     2009-04-29 09:40:08 -0700 (Wed, 29 Apr 2009)
Log Message:
-----------
mediawiki: allow the php5-devel and mysql5-devel ports to satisfy the php5 and mysql5 dependencies, respectively

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

Modified: trunk/dports/www/mediawiki/Portfile
===================================================================
--- trunk/dports/www/mediawiki/Portfile	2009-04-29 16:32:02 UTC (rev 50344)
+++ trunk/dports/www/mediawiki/Portfile	2009-04-29 16:40:08 UTC (rev 50345)
@@ -40,17 +40,17 @@
    port:aspell
 
 depends_lib \
-   port:php5 \
-   port:mysql5
+   path:bin/php:php5 \
+   path:bin/mysql_config5:mysql5
 
 variant mysql4 conflicts postgresql83 description "use mysql4 instead of mysql5" {
    depends_lib-append   port:mysql4
-   depends_lib-delete   port:mysql5
+   depends_lib-delete   path:bin/mysql_config5:mysql5
 }
 
 variant postgresql83 conflicts mysql4 description "Use postgreslq83 instead of mysql5" {
    depends_lib-append   port:postgresql83
-   depends_lib-delete   port:mysql5
+   depends_lib-delete   path:bin/mysql_config5:mysql5
 }
 
 use_configure       no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090429/dd3f3106/attachment.html>


More information about the macports-changes mailing list