Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 2009 10:15:58 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r203 - branches/experimental/mail/thunderbird3-i18n
Message-ID:  <200912141015.nBEAFws2074475@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Mon Dec 14 10:15:58 2009
New Revision: 203

Log:
- Disable WITHOUT_SWITCHER until the plugin works with Thunderbird 3.0

Modified:
   branches/experimental/mail/thunderbird3-i18n/Makefile

Modified: branches/experimental/mail/thunderbird3-i18n/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird3-i18n/Makefile	Sun Dec 13 18:52:11 2009	(r202)
+++ branches/experimental/mail/thunderbird3-i18n/Makefile	Mon Dec 14 10:15:58 2009	(r203)
@@ -16,10 +16,10 @@
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Localized interface for Thunderbird
 
-.ifndef WITHOUT_SWITCHER
-RUN_DEPENDS+=	xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher
-IGNORE=		xpi-quick-locale-switcher doesn't work with thunderbird3 yet
-.endif
+# xpi-quick-locale-switcher doesn't work with thunderbird3 yet
+#.ifndef WITHOUT_SWITCHER
+#RUN_DEPENDS+=	xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher
+#.endif
 
 NO_BUILD=	yes
 USE_XPI=	*thunderbird-3.0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912141015.nBEAFws2074475>