diff options
author | sat <sat@FreeBSD.org> | 2007-02-05 09:36:24 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-02-05 09:36:24 +0800 |
commit | 2fb26a1b7b27c34d5912e5de282cdabde7bf3499 (patch) | |
tree | 887d50a8fc79edc0c8ad985797fdee78d920cd46 /mail | |
parent | 824642e7e58b02059927070947ae7bfd004a7feb (diff) | |
download | freebsd-ports-gnome-2fb26a1b7b27c34d5912e5de282cdabde7bf3499.tar.gz freebsd-ports-gnome-2fb26a1b7b27c34d5912e5de282cdabde7bf3499.tar.zst freebsd-ports-gnome-2fb26a1b7b27c34d5912e5de282cdabde7bf3499.zip |
- Switch from locale-switcher to quick-locale-switcher
(for better usability and compatibility)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird-esr-i18n/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird-i18n/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird3-i18n/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/thunderbird-esr-i18n/Makefile b/mail/thunderbird-esr-i18n/Makefile index 05a1f4953f0b..4d1bf50dbac2 100644 --- a/mail/thunderbird-esr-i18n/Makefile +++ b/mail/thunderbird-esr-i18n/Makefile @@ -17,7 +17,7 @@ MAINTAINER= infofarmer@FreeBSD.org COMMENT= Localized interface for Thunderbird .ifndef WITHOUT_SWITCHER -RUN_DEPENDS+= xpi-locale-switcher>=0:${PORTSDIR}/www/xpi-locale-switcher +RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher .endif NO_BUILD= yes diff --git a/mail/thunderbird-i18n/Makefile b/mail/thunderbird-i18n/Makefile index 05a1f4953f0b..4d1bf50dbac2 100644 --- a/mail/thunderbird-i18n/Makefile +++ b/mail/thunderbird-i18n/Makefile @@ -17,7 +17,7 @@ MAINTAINER= infofarmer@FreeBSD.org COMMENT= Localized interface for Thunderbird .ifndef WITHOUT_SWITCHER -RUN_DEPENDS+= xpi-locale-switcher>=0:${PORTSDIR}/www/xpi-locale-switcher +RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher .endif NO_BUILD= yes diff --git a/mail/thunderbird3-i18n/Makefile b/mail/thunderbird3-i18n/Makefile index 05a1f4953f0b..4d1bf50dbac2 100644 --- a/mail/thunderbird3-i18n/Makefile +++ b/mail/thunderbird3-i18n/Makefile @@ -17,7 +17,7 @@ MAINTAINER= infofarmer@FreeBSD.org COMMENT= Localized interface for Thunderbird .ifndef WITHOUT_SWITCHER -RUN_DEPENDS+= xpi-locale-switcher>=0:${PORTSDIR}/www/xpi-locale-switcher +RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher .endif NO_BUILD= yes |