[109435] trunk/dports/graphics/gd2/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Aug 15 07:55:31 PDT 2013


Revision: 109435
          https://trac.macports.org/changeset/109435
Author:   ryandesign at macports.org
Date:     2013-08-15 07:55:31 -0700 (Thu, 15 Aug 2013)
Log Message:
-----------
gd2: libvpx is a library dependency because although it only provides a static library, "-lvpx" makes its way into gdlib-config and gdlib.pc (#39550); alphabetize dependencies

Modified Paths:
--------------
    trunk/dports/graphics/gd2/Portfile

Modified: trunk/dports/graphics/gd2/Portfile
===================================================================
--- trunk/dports/graphics/gd2/Portfile	2013-08-15 14:39:24 UTC (rev 109434)
+++ trunk/dports/graphics/gd2/Portfile	2013-08-15 14:55:31 UTC (rev 109435)
@@ -6,7 +6,7 @@
 PortGroup                   muniversal 1.0
 
 bitbucket.setup             libgd gd-libgd 2.1.0 libgd-
-revision                    1
+revision                    2
 name                        gd2
 categories                  graphics
 maintainers                 ryandesign
@@ -35,16 +35,16 @@
                             sha256  fa6665dfe3d898019671293c84d77067a3d2ede50884dbcb6df899d508370e5a
 
 depends_build               port:gettext \
-                            port:libvpx \
                             port:pkgconfig
 
-depends_lib                 port:zlib \
-                            port:libpng \
-                            port:jpeg \
+depends_lib                 port:expat
                             port:freetype \
                             port:fontconfig \
+                            port:jpeg \
                             port:libiconv \
-                            port:expat
+                            port:libpng \
+                            port:libvpx \
+                            port:zlib
 
 patchfiles                  patch-src-gdft.c.diff
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130815/1e5eb83a/attachment.html>


More information about the macports-changes mailing list