Revision: 74081 http://trac.macports.org/changeset/74081 Author: devans@macports.org Date: 2010-12-04 11:30:30 -0800 (Sat, 04 Dec 2010) Log Message: ----------- empathy: telepathy modules are launched via dbus at runtime. Modified Paths: -------------- trunk/dports/gnome/empathy/Portfile Modified: trunk/dports/gnome/empathy/Portfile =================================================================== --- trunk/dports/gnome/empathy/Portfile 2010-12-04 19:24:10 UTC (rev 74080) +++ trunk/dports/gnome/empathy/Portfile 2010-12-04 19:30:30 UTC (rev 74081) @@ -28,9 +28,6 @@ port:gtk-doc depends_lib port:gconf \ - port:telepathy-mission-control \ - port:telepathy-farsight \ - port:telepathy-haze \ port:enchant \ port:evolution-data-server \ port:gstreamer \ @@ -42,8 +39,13 @@ port:libunique \ port:webkit-gtk -use_bzip2 yes +depends_run port:telepathy-mission-control \ + port:telepathy-farsight \ + port:telepathy-gabble \ + port:telepathy-haze +use_bzip2 yes + patchfiles patch-configure.diff configure.args --mandir=${prefix}/share/man \
participants (1)
-
devans@macports.org