Modified: trunk/dports/gnome/empathy/Portfile (74079 => 74080)
--- trunk/dports/gnome/empathy/Portfile 2010-12-04 18:58:58 UTC (rev 74079)
+++ trunk/dports/gnome/empathy/Portfile 2010-12-04 19:24:10 UTC (rev 74080)
@@ -3,9 +3,9 @@
PortSystem 1.0
-name empathy
-version 2.30.3
-revision 1
+name empathy
+version 2.30.3
+revision 2
set branch [join [lrange [split ${version} .] 0 1] .]
description Empathy is an instant-messaging(chat) program for GNOME
long_description \
@@ -55,6 +55,17 @@
configure.python ${prefix}/bin/python2.6
#
+# enable build on Tiger by disabling map
+# support which indirectly depends on mesa
+# see #24393.
+#
+
+platform darwin 8 {
+ depends_lib-delete port:libchamplain
+ configure.args-append --enable-map=no
+}
+
+#
# telepathy-haze -> pidgin is not universal
#