Revision: 74080 http://trac.macports.org/changeset/74080 Author: devans@macports.org Date: 2010-12-04 11:24:10 -0800 (Sat, 04 Dec 2010) Log Message: ----------- empathy: * enable build on Tiger by disabling map support which indirectly depends on mesa see #24393 * increment revision to rebuild against latestest libicui18n.46.dylib Modified Paths: -------------- trunk/dports/gnome/empathy/Portfile Modified: trunk/dports/gnome/empathy/Portfile =================================================================== --- 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 #
participants (1)
-
devans@macports.org