[95091] trunk/dports/python/py-gobject3/Portfile

cal at macports.org cal at macports.org
Thu Jul 5 12:00:53 PDT 2012


Revision: 95091
          https://trac.macports.org/changeset/95091
Author:   cal at macports.org
Date:     2012-07-05 12:00:51 -0700 (Thu, 05 Jul 2012)
Log Message:
-----------
py-gobject3: Add missing dependency on gobject-introspection, closes #35087, fix lint warning

Modified Paths:
--------------
    trunk/dports/python/py-gobject3/Portfile

Modified: trunk/dports/python/py-gobject3/Portfile
===================================================================
--- trunk/dports/python/py-gobject3/Portfile	2012-07-05 17:46:26 UTC (rev 95090)
+++ trunk/dports/python/py-gobject3/Portfile	2012-07-05 19:00:51 UTC (rev 95091)
@@ -1,5 +1,5 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
 PortGroup           python 1.0
@@ -32,7 +32,8 @@
     depends_build-append    port:pkgconfig
     depends_lib-append      path:lib/pkgconfig/glib-2.0.pc:glib2 \
                             port:libffi \
-                            port:py${python.version}-cairo
+                            port:py${python.version}-cairo \
+                            port:gobject-introspection
     
     use_configure           yes
     configure.env-append    PKG_CONFIG_PATH='${python.prefix}/lib/pkgconfig'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120705/ed8e2f1d/attachment-0001.html>


More information about the macports-changes mailing list