[95235] trunk/dports/x11/pango/Portfile

cal at macports.org cal at macports.org
Sat Jul 7 06:20:01 PDT 2012


Revision: 95235
          https://trac.macports.org/changeset/95235
Author:   cal at macports.org
Date:     2012-07-07 06:20:00 -0700 (Sat, 07 Jul 2012)
Log Message:
-----------
pango: enable introspection, openmaintainer, #33877

Modified Paths:
--------------
    trunk/dports/x11/pango/Portfile

Modified: trunk/dports/x11/pango/Portfile
===================================================================
--- trunk/dports/x11/pango/Portfile	2012-07-07 13:17:17 UTC (rev 95234)
+++ trunk/dports/x11/pango/Portfile	2012-07-07 13:20:00 UTC (rev 95235)
@@ -8,6 +8,7 @@
 conflicts               pango-devel
 epoch                   1
 version                 1.30.1
+revision                1
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              x11
 maintainers             ryandesign openmaintainer
@@ -34,7 +35,8 @@
 
 depends_lib \
     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-    path:lib/pkgconfig/cairo.pc:cairo
+    path:lib/pkgconfig/cairo.pc:cairo \
+    port:gobject-introspection
 
 archcheck.files         lib/libglib-2.0.dylib \
                         lib/libcairo.dylib
@@ -95,7 +97,7 @@
 }
 
 configure.args          --enable-static \
-                        --disable-introspection \
+                        --enable-introspection \
                         --disable-silent-rules \
                         --without-x
 
@@ -112,6 +114,9 @@
                             --x-lib=${prefix}/lib
 }
 
+# gobject-introspection uses $CC from env
+build.env-append        CC='${configure.cc}'
+
 if {[variant_isset no_x11]} {
     default_variants -x11
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120707/b422d3e8/attachment.html>


More information about the macports-changes mailing list