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 /www/firefox-i18n | |
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 'www/firefox-i18n')
-rw-r--r-- | www/firefox-i18n/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox-i18n/Makefile b/www/firefox-i18n/Makefile index 55b3de4ce4f7..ba9bef66fffd 100644 --- a/www/firefox-i18n/Makefile +++ b/www/firefox-i18n/Makefile @@ -18,7 +18,7 @@ MAINTAINER= infofarmer@FreeBSD.org COMMENT= Localized interface for Firefox .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 |