[53555] trunk/dports/lang/php5/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jul 7 20:32:09 PDT 2009


Revision: 53555
          http://trac.macports.org/changeset/53555
Author:   ryandesign at macports.org
Date:     2009-07-07 20:32:08 -0700 (Tue, 07 Jul 2009)
Log Message:
-----------
php5: change path:-style apache dependencies to port:-style as was already done for php4 in r27786 and php5-devel when it was created in r27925

Modified Paths:
--------------
    trunk/dports/lang/php5/Portfile

Modified: trunk/dports/lang/php5/Portfile
===================================================================
--- trunk/dports/lang/php5/Portfile	2009-07-08 02:53:14 UTC (rev 53554)
+++ trunk/dports/lang/php5/Portfile	2009-07-08 03:32:08 UTC (rev 53555)
@@ -148,7 +148,7 @@
 variant apache conflicts apache2 no_web description {Add Apache 1 web server module} {
     if { ! [variant_isset macosx] } {
         depends_lib-append \
-            path:sbin/apxs:apache
+            port:apache
         configure.args-append \
             --with-apxs=${prefix}/sbin/apxs
     } else {
@@ -168,7 +168,7 @@
     }
     destroot.violate_mtree yes
     depends_lib-append \
-        path:apache2/bin/apxs:apache2
+        port:apache2
     configure.args-append \
         --with-apxs2=${prefix}/apache2/bin/apxs
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090707/d3abd036/attachment.html>


More information about the macports-changes mailing list