[29253] trunk/dports
source_changes at macosforge.org
source_changes at macosforge.org
Wed Sep 19 00:15:52 PDT 2007
Revision: 29253
http://trac.macosforge.org/projects/macports/changeset/29253
Author: nox at macports.org
Date: 2007-09-19 00:15:51 -0700 (Wed, 19 Sep 2007)
Log Message:
-----------
Fixed ports that depends on py25-gtk.
Modified Paths:
--------------
trunk/dports/gnome/gnome-menus/Portfile
trunk/dports/gnome/vte/Portfile
trunk/dports/python/py25-gnome/Portfile
trunk/dports/python/py25-matplotlib/Portfile
Modified: trunk/dports/gnome/gnome-menus/Portfile
===================================================================
--- trunk/dports/gnome/gnome-menus/Portfile 2007-09-18 19:34:54 UTC (rev 29252)
+++ trunk/dports/gnome/gnome-menus/Portfile 2007-09-19 07:15:51 UTC (rev 29253)
@@ -14,7 +14,7 @@
depends_lib \
port:glib2 \
- port:py25-gtk2
+ port:py25-gtk
depends_build \
port:gnome-doc-utils
Modified: trunk/dports/gnome/vte/Portfile
===================================================================
--- trunk/dports/gnome/vte/Portfile 2007-09-18 19:34:54 UTC (rev 29252)
+++ trunk/dports/gnome/vte/Portfile 2007-09-19 07:15:51 UTC (rev 29253)
@@ -30,7 +30,7 @@
configure.cflags-append -fstrict-aliasing -funroll-loops
variant without_python {
- depends_lib-delete port:py25-gtk2
+ depends_lib-delete port:py25-gtk
configure.args-delete --enable-python
configure.args-append --disable-python
}
Modified: trunk/dports/python/py25-gnome/Portfile
===================================================================
--- trunk/dports/python/py25-gnome/Portfile 2007-09-18 19:34:54 UTC (rev 29252)
+++ trunk/dports/python/py25-gnome/Portfile 2007-09-19 07:15:51 UTC (rev 29253)
@@ -19,7 +19,7 @@
rmd160 2483ab3d9154b70c2b9684cc41101f837c813bbb
depends_lib port:libzvt \
- port:py25-gtk2 \
+ port:py25-gtk \
port:py25-orbit
build.args PYTHON_LDFLAGS= PYTHON_LIBS=
Modified: trunk/dports/python/py25-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py25-matplotlib/Portfile 2007-09-18 19:34:54 UTC (rev 29252)
+++ trunk/dports/python/py25-matplotlib/Portfile 2007-09-19 07:15:51 UTC (rev 29253)
@@ -86,7 +86,7 @@
}
variant gtk2 conflicts tkinter wxpython description "Use gtkAgg for interactive plotting" {
- depends_lib-append port:py25-gtk2
+ depends_lib-append port:py25-gtk
}
variant tkinter conflicts gtk2 wxpython description "Use tkAgg for interactive plotting" {
depends_lib-append port:py25-tkinter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070919/1a65b51f/attachment.html
More information about the macports-changes
mailing list