[95236] trunk/dports/x11/pango-devel/Portfile

cal at macports.org cal at macports.org
Sat Jul 7 06:25:52 PDT 2012


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

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

Modified: trunk/dports/x11/pango-devel/Portfile
===================================================================
--- trunk/dports/x11/pango-devel/Portfile	2012-07-07 13:20:00 UTC (rev 95235)
+++ trunk/dports/x11/pango-devel/Portfile	2012-07-07 13:25:51 UTC (rev 95236)
@@ -8,6 +8,7 @@
 conflicts               pango
 set my_name             pango
 version                 1.30.0
+revision                1
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              x11
 maintainers             ryandesign openmaintainer
@@ -36,7 +37,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
@@ -97,10 +99,13 @@
 }
 
 configure.args          --enable-static \
-                        --disable-introspection \
+                        --enable-introspection \
                         --disable-silent-rules \
                         --without-x
 
+# gobject-introspection uses g-ir-scanner, which uses $CC from env
+build.env-append        CC=${configure.cc}
+
 variant builtin_modules description {Build the modules into Pango statically (most users do not need this variant)} {
     configure.args-append   --with-included-modules
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120707/751276eb/attachment.html>


More information about the macports-changes mailing list