[SVN-Commit] r253 - branches/experimental/mail/thunderbird3-i18n trunk/mail/thunderbird3-i18n

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Mon Jan 25 15:57:14 UTC 2010


Author: beat
Date: Mon Jan 25 15:57:07 2010
New Revision: 253

Log:
- Re-enable xpi-quick-locale-switcher as version 1.7 does work with
  Thunderbird 3.

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

Modified: branches/experimental/mail/thunderbird3-i18n/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird3-i18n/Makefile	Mon Jan 25 15:37:46 2010	(r252)
+++ branches/experimental/mail/thunderbird3-i18n/Makefile	Mon Jan 25 15:57:07 2010	(r253)
@@ -2,7 +2,7 @@
 # Date created:		29 May 2006
 # Whom:			Andrew Pantyukhin <infofarmer at FreeBSD.org>
 #
-# $FreeBSD: ports/mail/thunderbird3-i18n/Makefile,v 1.32 2010/01/21 20:33:47 beat Exp $
+# $FreeBSD: ports/mail/thunderbird3-i18n/Makefile,v 1.33 2010/01/25 15:54:48 beat Exp $
 #
 
 PORTNAME=	thunderbird3-i18n
@@ -17,10 +17,9 @@
 MAINTAINER=	gecko at FreeBSD.org
 COMMENT=	Localized interface for Thunderbird
 
-# 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
+.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*

Modified: trunk/mail/thunderbird3-i18n/Makefile
==============================================================================
--- trunk/mail/thunderbird3-i18n/Makefile	Mon Jan 25 15:37:46 2010	(r252)
+++ trunk/mail/thunderbird3-i18n/Makefile	Mon Jan 25 15:57:07 2010	(r253)
@@ -2,7 +2,7 @@
 # Date created:		29 May 2006
 # Whom:			Andrew Pantyukhin <infofarmer at FreeBSD.org>
 #
-# $FreeBSD: ports/mail/thunderbird3-i18n/Makefile,v 1.32 2010/01/21 20:33:47 beat Exp $
+# $FreeBSD: ports/mail/thunderbird3-i18n/Makefile,v 1.33 2010/01/25 15:54:48 beat Exp $
 #
 
 PORTNAME=	thunderbird3-i18n
@@ -17,10 +17,9 @@
 MAINTAINER=	gecko at FreeBSD.org
 COMMENT=	Localized interface for Thunderbird
 
-# 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
+.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*


More information about the freebsd-gecko mailing list