[119928] trunk/dports/devel/dbus-python/Portfile

devans at macports.org devans at macports.org
Sat May 10 13:35:38 PDT 2014


Revision: 119928
          https://trac.macports.org/changeset/119928
Author:   devans at macports.org
Date:     2014-05-10 13:35:38 -0700 (Sat, 10 May 2014)
Log Message:
-----------
dbus-python: add missing python dependency, minor trailing whitespace.

Modified Paths:
--------------
    trunk/dports/devel/dbus-python/Portfile

Modified: trunk/dports/devel/dbus-python/Portfile
===================================================================
--- trunk/dports/devel/dbus-python/Portfile	2014-05-10 19:48:08 UTC (rev 119927)
+++ trunk/dports/devel/dbus-python/Portfile	2014-05-10 20:35:38 UTC (rev 119928)
@@ -38,7 +38,7 @@
     destroot {
         xinstall -d ${destroot}${prefix}/share/doc/${name}
         system "echo $name is a stub port > ${destroot}${prefix}/share/doc/${name}/README"
-    }    
+    }
 }
 
 foreach python_version ${python_versions} {
@@ -73,7 +73,8 @@
             port:dbus-glib                        \
             port:gettext                          \
             path:lib/pkgconfig/glib-2.0.pc:glib2  \
-            port:libiconv
+            port:libiconv \
+            port:python${python_version}
         
         set python_prefix ${frameworks_dir}/Python.framework/Versions/${python_branch}
                 
@@ -106,7 +107,7 @@
         }
         
         # pyXY-gobject, which is required to test, is only supported on certain versions of python
-        if { [lsearch -exact {26 27 32 33 34} ${python_version}] != -1 } {            
+        if { [lsearch -exact {26 27 32 33 34} ${python_version}] != -1 } {
             variant test {}
             
             test.run yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140510/50ba5ed8/attachment.html>


More information about the macports-changes mailing list