[93622] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Sun May 27 21:24:32 PDT 2012


Revision: 93622
          https://trac.macports.org/changeset/93622
Author:   ryandesign at macports.org
Date:     2012-05-27 21:24:32 -0700 (Sun, 27 May 2012)
Log Message:
-----------
php-1.1.tcl: add autoconf build dep (#34644)

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/php-1.1.tcl
    trunk/dports/php/php-cairo/Portfile
    trunk/dports/php/php-cairo_wrapper/Portfile

Modified: trunk/dports/_resources/port1.0/group/php-1.1.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/php-1.1.tcl	2012-05-28 03:55:56 UTC (rev 93621)
+++ trunk/dports/_resources/port1.0/group/php-1.1.tcl	2012-05-28 04:24:32 UTC (rev 93622)
@@ -354,6 +354,8 @@
     # Set up distfiles default for non-bundled extensions.
     default distname        {${php.rootname}-${version}}
     
+    depends_build-append    port:autoconf
+    
     depends_lib-append      port:${php}
     
     # These are set only for the convenience of subports that want to access

Modified: trunk/dports/php/php-cairo/Portfile
===================================================================
--- trunk/dports/php/php-cairo/Portfile	2012-05-28 03:55:56 UTC (rev 93621)
+++ trunk/dports/php/php-cairo/Portfile	2012-05-28 04:24:32 UTC (rev 93622)
@@ -26,7 +26,7 @@
 if {${name} != ${subport}} {
     conflicts           ${php}-cairo_wrapper
     
-    depends_build       port:pkgconfig
+    depends_build-append port:pkgconfig
     
     depends_lib-append  path:lib/libcairo.dylib:cairo \
                         port:libpng

Modified: trunk/dports/php/php-cairo_wrapper/Portfile
===================================================================
--- trunk/dports/php/php-cairo_wrapper/Portfile	2012-05-28 03:55:56 UTC (rev 93621)
+++ trunk/dports/php/php-cairo_wrapper/Portfile	2012-05-28 04:24:32 UTC (rev 93622)
@@ -22,7 +22,7 @@
 if {${name} != ${subport}} {
     conflicts   ${php}-cairo
     
-    depends_build       port:pkgconfig
+    depends_build-append port:pkgconfig
     
     depends_lib-append  path:lib/libcairo.dylib:cairo
     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120527/91086a5f/attachment.html>


More information about the macports-changes mailing list