[103152] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Sat Feb 16 02:49:21 PST 2013


Revision: 103152
          https://trac.macports.org/changeset/103152
Author:   ryandesign at macports.org
Date:     2013-02-16 02:49:21 -0800 (Sat, 16 Feb 2013)
Log Message:
-----------
php-gmagick does not directly use jpeg or tiff

Modified Paths:
--------------
    trunk/dports/php/php-gmagick/Portfile
    trunk/dports/php/php5-gmagick/Portfile

Modified: trunk/dports/php/php-gmagick/Portfile
===================================================================
--- trunk/dports/php/php-gmagick/Portfile	2013-02-16 10:35:34 UTC (rev 103151)
+++ trunk/dports/php/php-gmagick/Portfile	2013-02-16 10:49:21 UTC (rev 103152)
@@ -26,9 +26,7 @@
                 sha256  1a444d098a27aff6debb6cfeea3e14b55527023393f68dee5dc3e7782525f802
 
 if {${name} != ${subport}} {
-    depends_lib-append      port:GraphicsMagick \
-                            port:jpeg \
-                            port:tiff
+    depends_lib-append      port:GraphicsMagick
     
     configure.args-append   --with-gmagick=${prefix}
     

Modified: trunk/dports/php/php5-gmagick/Portfile
===================================================================
--- trunk/dports/php/php5-gmagick/Portfile	2013-02-16 10:35:34 UTC (rev 103151)
+++ trunk/dports/php/php5-gmagick/Portfile	2013-02-16 10:49:21 UTC (rev 103152)
@@ -20,9 +20,7 @@
                 sha256  1a444d098a27aff6debb6cfeea3e14b55527023393f68dee5dc3e7782525f802
 
 depends_lib-append \
-    port:GraphicsMagick \
-    port:jpeg \
-    port:tiff
+    port:GraphicsMagick
 
 configure.args-append \
     --with-gmagick=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130216/00e418f7/attachment.html>


More information about the macports-changes mailing list