[54930] trunk/dports/python/py25-webkitgtk/Portfile

snc at macports.org snc at macports.org
Tue Aug 4 12:47:16 PDT 2009


Revision: 54930
          http://trac.macports.org/changeset/54930
Author:   snc at macports.org
Date:     2009-08-04 12:47:16 -0700 (Tue, 04 Aug 2009)
Log Message:
-----------
added dependency to libffi since it is opportunistically included, revision++

Modified Paths:
--------------
    trunk/dports/python/py25-webkitgtk/Portfile

Modified: trunk/dports/python/py25-webkitgtk/Portfile
===================================================================
--- trunk/dports/python/py25-webkitgtk/Portfile	2009-08-04 19:30:24 UTC (rev 54929)
+++ trunk/dports/python/py25-webkitgtk/Portfile	2009-08-04 19:47:16 UTC (rev 54930)
@@ -5,6 +5,7 @@
 
 name            py25-webkitgtk
 version         1.1.5
+revision        1
 categories      python www
 description     Python bindings for thw WebKit GTK+ port
 long_description ${description}
@@ -12,7 +13,7 @@
 homepage        http://code.google.com/p/pywebkitgtk/
 
 platforms       darwin
-depends_lib     port:webkit-gtk port:python25 port:py25-gtk
+depends_lib     port:webkit-gtk port:python25 port:py25-gtk port:libffi
 
 distname        pywebkitgtk-${version}
 master_sites    http://pywebkitgtk.googlecode.com/files/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090804/2e4cdc5b/attachment.html>


More information about the macports-changes mailing list