[96106] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Tue Jul 31 14:01:00 PDT 2012


Revision: 96106
          https://trac.macports.org/changeset/96106
Author:   ryandesign at macports.org
Date:     2012-07-31 14:00:59 -0700 (Tue, 31 Jul 2012)
Log Message:
-----------
exonerate, thrift, thrift-devel: allow glib2-devel to satisfy glib2 dependency

Modified Paths:
--------------
    trunk/dports/devel/thrift/Portfile
    trunk/dports/devel/thrift-devel/Portfile
    trunk/dports/science/exonerate/Portfile

Modified: trunk/dports/devel/thrift/Portfile
===================================================================
--- trunk/dports/devel/thrift/Portfile	2012-07-31 20:48:51 UTC (rev 96105)
+++ trunk/dports/devel/thrift/Portfile	2012-07-31 21:00:59 UTC (rev 96106)
@@ -62,7 +62,7 @@
 variant glib2 description "enable the C (GLib) library" {
     configure.args-delete   --with-c_glib=no
     configure.args-append   --with-c_glib=yes
-    depends_lib-append      port:glib2
+    depends_lib-append      path:lib/pkgconfig/glib-2.0.pc:glib2
 }
 
 # doesn't install into destroot

Modified: trunk/dports/devel/thrift-devel/Portfile
===================================================================
--- trunk/dports/devel/thrift-devel/Portfile	2012-07-31 20:48:51 UTC (rev 96105)
+++ trunk/dports/devel/thrift-devel/Portfile	2012-07-31 21:00:59 UTC (rev 96106)
@@ -74,7 +74,7 @@
 variant glib2 description "enable the C (GLib) library" {
     configure.args-delete   --with-c_glib=no
     configure.args-append   --with-c_glib=yes
-    depends_lib-append      port:glib2
+    depends_lib-append      path:lib/pkgconfig/glib-2.0.pc:glib2
 }
 
 # doesn't install into destroot

Modified: trunk/dports/science/exonerate/Portfile
===================================================================
--- trunk/dports/science/exonerate/Portfile	2012-07-31 20:48:51 UTC (rev 96105)
+++ trunk/dports/science/exonerate/Portfile	2012-07-31 21:00:59 UTC (rev 96106)
@@ -26,11 +26,10 @@
 patchfiles          patch-src-program-Makefile.am.diff \
                     patch-src-program-Makefile.in.diff
 
-depends_lib         port:glib2
 depends_build       port:pkgconfig
 
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2
+
 # sadly the code generation & compilation is unreliable unless...
 
 use_parallel_build  no
-
-# EOF
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120731/eaffacd9/attachment.html>


More information about the macports-changes mailing list