[137580] trunk/dports/graphics/fntsample/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jun 14 20:23:51 PDT 2015


Revision: 137580
          https://trac.macports.org/changeset/137580
Author:   ryandesign at macports.org
Date:     2015-06-14 20:23:51 -0700 (Sun, 14 Jun 2015)
Log Message:
-----------
fntsample: allow cairo-devel, glib2-devel and pango-devel to satisfy the cairo, glib2 and pango dependencies, respectively

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

Modified: trunk/dports/graphics/fntsample/Portfile
===================================================================
--- trunk/dports/graphics/fntsample/Portfile	2015-06-14 23:57:31 UTC (rev 137579)
+++ trunk/dports/graphics/fntsample/Portfile	2015-06-15 03:23:51 UTC (rev 137580)
@@ -32,11 +32,11 @@
                     port:gettext \
                     port:perl${perl5.major}
 
-depends_lib         port:cairo \
+depends_lib         path:lib/pkgconfig/cairo.pc:cairo \
                     port:fontconfig \
                     port:freetype \
-                    port:glib2 \
-                    port:pango
+                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    path:lib/pkgconfig/pango.pc:pango
 
 depends_run         port:perl${perl5.major} \
                     port:p${perl5.major}-libintl-perl \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150614/405c6ad6/attachment.html>


More information about the macports-changes mailing list